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