com.sun.j3d.utils.behaviors.interpolators
Class CubicSplineCurve

java.lang.Object
  |
  +--com.sun.j3d.utils.behaviors.interpolators.CubicSplineCurve

public class CubicSplineCurve
extends java.lang.Object

CubicSplineCurve is a container class that holds a number of cubicSplineSegments

Since:
Java3D 1.1

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

numSegments

public int numSegments
Method Detail

setSegments

public void setSegments(CubicSplineSegment[] s)

getSegment

public CubicSplineSegment getSegment(int index)

getTotalCurveLength

public float getTotalCurveLength()