|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j3d.utils.behaviors.interpolators.CubicSplineCurve
CubicSplineCurve is a container class that holds a number of cubicSplineSegments
Field Summary | |
int |
numSegments
|
Method Summary | |
CubicSplineSegment |
getSegment(int index)
|
float |
getTotalCurveLength()
|
void |
setSegments(CubicSplineSegment[] s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int numSegments
Method Detail |
public void setSegments(CubicSplineSegment[] s)
public CubicSplineSegment getSegment(int index)
public float getTotalCurveLength()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |