public class CSplineSegment extends Object
| Constructor and Description |
|---|
CSplineSegment(List<Point2D> points)
Creates a new CSplineSegment using the given points.
|
| Modifier and Type | Method and Description |
|---|---|
List<Point2D> |
getInterpolatedPoints()
Returns a List of interpolated point for the curve between the middle two
points.
|
Copyright © 2011-2014. All Rights Reserved.