Class CatmullRom
- java.lang.Object
-
- org.hortonmachine.gears.utils.math.interpolation.splines.ControlCurve
-
- org.hortonmachine.gears.utils.math.interpolation.splines.Bspline
-
- org.hortonmachine.gears.utils.math.interpolation.splines.CatmullRom
-
public class CatmullRom extends Bspline
This is adapted from: http://www.cse.unsw.edu.au/~lambert/splines/CatmullRom.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 CatmullRom()
-
Method Summary
-
Methods inherited from class org.hortonmachine.gears.utils.math.interpolation.splines.Bspline
getInterpolated
-
Methods inherited from class org.hortonmachine.gears.utils.math.interpolation.splines.ControlCurve
addPoint, removePoint, selectPoint, setPoint, toString
-
-