How to Create a Rectangle Variable

Yes. There isn't any magic about either of them. v.x is just short for v[1], and v.MidX is basically just short for v[1]+v[3]/2 (and errors if the variable does not have two, four or five array members (4 or 5 for MidX)).

2 Likes