Class Bspline
- java.lang.Object
-
- org.hortonmachine.gears.utils.math.interpolation.splines.ControlCurve
-
- org.hortonmachine.gears.utils.math.interpolation.splines.Bspline
-
- Direct Known Subclasses:
CatmullRom
public class Bspline extends ControlCurve
This is adapted from: http://www.cse.unsw.edu.au/~lambert/splines/Bspline.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 Bspline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.locationtech.jts.geom.Coordinate>getInterpolated()-
Methods inherited from class org.hortonmachine.gears.utils.math.interpolation.splines.ControlCurve
addPoint, removePoint, selectPoint, setPoint, toString
-
-
-
-
Method Detail
-
getInterpolated
public List<org.locationtech.jts.geom.Coordinate> getInterpolated()
- Specified by:
getInterpolatedin classControlCurve
-
-