]> gitweb.factorcode.org Git - factor-unmaintained.git/blob - physics/vel/vel.factor
unmaintained: New home for misfit Factor vocabularies.
[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