mathematik
Class BSpline
java.lang.Object
mathematik.BSpline
public abstract class BSpline
- extends java.lang.Object
b-spline source code from:
Tim Lambert
'nice page on curves, splines etc.'
http://www.cse.unsw.edu.au/~lambert/splines/
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BSpline
public BSpline()
curve
public static java.util.Vector<Vector3f> curve(java.util.Vector<Vector3f> thePoints,
int theSteps,
java.util.Vector<Vector3f> theResult)
curve
public static java.util.Vector<Vector3f> curve(java.util.Vector<Vector3f> thePoints,
int theSteps)
closeCurve
public static java.util.Vector<Vector3f> closeCurve(java.util.Vector<Vector3f> thePoints)
main
public static void main(java.lang.String[] args)
processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009