]> gitweb.factorcode.org Git - factor-unmaintained.git/blob - physics/vel/vel.factor
cartesian: move to it's proper ui.gadgets.cartesian place.
[factor-unmaintained.git] / physics / vel / vel.factor
1
2 USING: math.physics.pos ;
3
4 IN: math.physics.vel
5
6 TUPLE: vel < pos vel ;
7