]> gitweb.factorcode.org Git - factor.git/commit
Splines: catmull-rom, bezier curve, cubic hermite, kochanek-bartels
authorErik Charlebois <erikcharlebois@gmail.com>
Tue, 16 Feb 2010 11:26:36 +0000 (03:26 -0800)
committerErik Charlebois <erikcharlebois@gmail.com>
Tue, 16 Feb 2010 11:26:36 +0000 (03:26 -0800)
commit941c09d73a1f5d571a6a39255e03e0b896302c83
treeda814787d921cfca43fa4e8299df92d265b0389d
parentc8192adf7113c996adb546c4e8a3fe8619b0ba08
Splines: catmull-rom, bezier curve, cubic hermite, kochanek-bartels
extra/math/splines/authors.txt [new file with mode: 0644]
extra/math/splines/splines-docs.factor [new file with mode: 0644]
extra/math/splines/splines.factor [new file with mode: 0644]
extra/math/splines/summary.txt [new file with mode: 0644]
extra/math/splines/testing/authors.txt [new file with mode: 0644]
extra/math/splines/testing/testing.factor [new file with mode: 0644]
extra/math/splines/viewer/authors.txt [new file with mode: 0644]
extra/math/splines/viewer/viewer.factor [new file with mode: 0644]