Uses of Class
com.sun.j3d.utils.behaviors.interpolators.CubicSplineSegment

Packages that use CubicSplineSegment
com.sun.j3d.utils.behaviors.interpolators Provides spline-based interpolation behaviors. 
 

Uses of CubicSplineSegment in com.sun.j3d.utils.behaviors.interpolators
 

Methods in com.sun.j3d.utils.behaviors.interpolators that return CubicSplineSegment
 CubicSplineSegment CubicSplineCurve.getSegment(int index)
          This method returns the CubicSplineSegments pointed to by index
 

Methods in com.sun.j3d.utils.behaviors.interpolators with parameters of type CubicSplineSegment
 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.