math.physics.pos and math.physics.vel

db4
Eduardo Cavazos 2008-07-11 19:02:43 -05:00
parent 75991cf7ce
commit 24a063ea76
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,5 @@
IN: math.physics.pos
TUPLE: pos pos ;

View File

@ -0,0 +1,7 @@
USING: math.physics.pos ;
IN: math.physics.vel
TUPLE: vel < pos vel ;