Uses of Class
org.hortonmachine.gears.utils.math.interpolation.splines.ControlCurve
-
Packages that use ControlCurve Package Description org.hortonmachine.gears.utils.math.interpolation.splines -
-
Uses of ControlCurve in org.hortonmachine.gears.utils.math.interpolation.splines
Subclasses of ControlCurve in org.hortonmachine.gears.utils.math.interpolation.splines Modifier and Type Class Description classBezierThis is adapted from: http://www.cse.unsw.edu.au/~lambert/splines/Bezier.htmlclassBsplineThis is adapted from: http://www.cse.unsw.edu.au/~lambert/splines/Bspline.htmlclassCatmullRomThis is adapted from: http://www.cse.unsw.edu.au/~lambert/splines/CatmullRom.htmlclassNatCubicThis is adapted from: http://www.cse.unsw.edu.au/~lambert/splines/natcubic.htmlclassNatCubicClosedThis is adapted from: http://www.cse.unsw.edu.au/~lambert/splines/natcubicclosed.html
-