]> gitweb.factorcode.org Git - factor-unmaintained.git/blobdiff - math/physics/vel/vel.factor
physics: moving to math.physics to match IN: declarations.
[factor-unmaintained.git] / math / physics / vel / vel.factor
diff --git a/math/physics/vel/vel.factor b/math/physics/vel/vel.factor
new file mode 100644 (file)
index 0000000..5fc815e
--- /dev/null
@@ -0,0 +1,7 @@
+
+USING: math.physics.pos ;
+
+IN: math.physics.vel
+
+TUPLE: vel < pos vel ;
+