A naive question

Ned Konz ned at bike-nomad.com
Thu Jun 27 20:05:06 UTC 2002


On Thursday 27 June 2002 12:52 pm, I wrote:

> 50@(60 +200) => aPoint 50 at 260 (using Number>>@)

Oops, sorry...

Make that:

50 at 60 => aPoint 50 at 60 (using Number>>@)
(50 at 60) + 200 => aPoint 250 at 260 (using Point>>+)
(250 at 260) @ 400 => aB3DVector3 250 at 260@400 (using Point>>@)

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE




More information about the Squeak-dev mailing list