Re: cumbersome pt and rect operations

2014-05-15 Thread William Prothero
Devin: Tnx for the hint. But, I am doing a lot of adding points and putting various vertices of rects at specific points. and it occurred to me that just being able to add points to get the resultant point and that adding a point to a rect could move the rect by the amount of the point, and havi

Re: cumbersome pt and rect operations

2014-05-15 Thread Devin Asay
On May 15, 2014, at 2:28 PM, William Prothero wrote: > Folks: > I’m doing a lot of moving objects around on the screen. I find that it’s > super cumbersome and generates a load of code. It would be really nice if > there could be more compact operations. > > For example: > put pt1 + pt2 into