Add math.geometry

db4
Eduardo Cavazos 2008-07-20 04:22:30 -05:00
parent 541cff7dca
commit bb84e85d3d
1 changed files with 8 additions and 0 deletions
extra/math/geometry

View File

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