mathematik
Class BSpline

java.lang.Object
  extended by 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/


Nested Class Summary
static class BSpline.SketchTestBSpline
           
 
Constructor Summary
BSpline()
           
 
Method Summary
static java.util.Vector<Vector3f> closeCurve(java.util.Vector<Vector3f> thePoints)
           
static java.util.Vector<Vector3f> curve(java.util.Vector<Vector3f> thePoints, int theSteps)
           
static java.util.Vector<Vector3f> curve(java.util.Vector<Vector3f> thePoints, int theSteps, java.util.Vector<Vector3f> theResult)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSpline

public BSpline()
Method Detail

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