Fix methods in math.geometry

db4
Eduardo Cavazos 2008-07-20 09:05:15 -05:00
parent 0ff745ffed
commit d937e03e1a
2 changed files with 3 additions and 3 deletions

View File

@ -4,5 +4,5 @@ IN: math.geometry
GENERIC: width ( object -- width )
GENERIC: height ( object -- width )
GENERIC: set-x! ( object x -- object )
GENERIC: set-y! ( object x -- object )
GENERIC# set-x! 1 ( object x -- object )
GENERIC# set-y! 1 ( object y -- object )