]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/physics/vel/vel.factor
Merge branch 'master' of git://github.com/bogiebro/factor
[factor.git] / unmaintained / physics / vel / vel.factor
1
2 USING: math.physics.pos ;
3
4 IN: math.physics.vel
5
6 TUPLE: vel < pos vel ;
7