public class Curve extends java.lang.Object
float[]
x
y
Curve()
Curve(Curve curve)
int
addKnot(float kx, float ky)
protected int[]
makeTable()
void
removeKnot(int n)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public float[] x
public float[] y
public Curve()
public Curve(Curve curve)
public int addKnot(float kx, float ky)
public void removeKnot(int n)
protected int[] makeTable()