Class NatCubicClosed
- java.lang.Object
-
- org.hortonmachine.gears.utils.math.interpolation.splines.ControlCurve
-
- org.hortonmachine.gears.utils.math.interpolation.splines.NatCubic
-
- org.hortonmachine.gears.utils.math.interpolation.splines.NatCubicClosed
-
public class NatCubicClosed extends NatCubic
This is adapted from: http://www.cse.unsw.edu.au/~lambert/splines/natcubicclosed.html- Author:
- Tim Lambert (http://www.cse.unsw.edu.au/~lambert/), Andrea Antonello (www.hydrologis.com)
-
-
Field Summary
-
Fields inherited from class org.hortonmachine.gears.utils.math.interpolation.splines.ControlCurve
EPSILON, pts, selection
-
-
Constructor Summary
Constructors Constructor Description NatCubicClosed()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cubic[]calcNaturalCubic(int n, double[] x)-
Methods inherited from class org.hortonmachine.gears.utils.math.interpolation.splines.NatCubic
getInterpolated
-
Methods inherited from class org.hortonmachine.gears.utils.math.interpolation.splines.ControlCurve
addPoint, removePoint, selectPoint, setPoint, toString
-
-
-
-
Method Detail
-
calcNaturalCubic
public Cubic[] calcNaturalCubic(int n, double[] x)
- Overrides:
calcNaturalCubicin classNatCubic
-
-