]> gitweb.factorcode.org Git - factor-unmaintained.git/blob - math/physics/vel/vel.factor
physics: moving to math.physics to match IN: declarations.
[factor-unmaintained.git] / math / physics / vel / vel.factor
1
2 USING: math.physics.pos ;
3
4 IN: math.physics.vel
5
6 TUPLE: vel < pos vel ;
7