|
From: Bert F. <be...@im...> - 2004-04-09 10:40:08
|
Am 09.04.2004 um 01:57 schrieb Tim Rowledge: >>> Flat Rectangles > Chief advantage is a reduction in allocation traffic; one object > instead of three etc. You do have to be careful about some inadvertent > semantic changes though; currently > aRect origin x:foo > will actually change the x value of aRect's origin point. A flat > rectangle would almost certainly implement #origin as > ^originX@originY > and thus aRect origin x: foo would have a rather different effect. Actually, Point>>x: does not exist (can't remember when we removed it). So this should be no problem at all. - Bert - |