]> gitweb.factorcode.org Git - factor.git/blob - unmaintained/physics/vel/vel.factor
tools.test: Make the flag public. Finish porting tester changes to fuzzer.
[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