| Package | Description |
|---|---|
| org.jogamp.java3d.utils.behaviors.interpolators |
| Modifier and Type | Method and Description |
|---|---|
CubicSplineSegment |
CubicSplineCurve.getSegment(int index)
This method returns the CubicSplineSegments pointed to by index
|
| Modifier and Type | Method and Description |
|---|---|
void |
CubicSplineCurve.setSegments(CubicSplineSegment[] s)
This method takes a list of spline segments to replace the existing
set of CubicSplineSegments that comprise the current CubicSplineCurve
motion path.
|