de.jreality.math
Class CubicBSpline.Natural

java.lang.Object
  extended by de.jreality.math.CubicBSpline
      extended by de.jreality.math.CubicBSpline.Natural
All Implemented Interfaces:
Serializable
Enclosing class:
CubicBSpline

public static class CubicBSpline.Natural
extends CubicBSpline

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class de.jreality.math.CubicBSpline
CubicBSpline.Default, CubicBSpline.Natural, CubicBSpline.Periodic
 
Constructor Summary
CubicBSpline.Natural(double[] x, double[] y)
           
 
Method Summary
 void compute()
           
 
Methods inherited from class de.jreality.math.CubicBSpline
getDDY, getIndexOfClosestXValue, getLengthOfTable, getX, getX, getY, getY, setX, setXY, setXY, setY, valueAt, valueAt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubicBSpline.Natural

public CubicBSpline.Natural(double[] x,
                            double[] y)
Method Detail

compute

public void compute()