Uses of Class
javax.media.ding3d.utils.behaviors.interpolators.CubicSplineSegment

Packages that use CubicSplineSegment
javax.media.ding3d.utils.behaviors.interpolators Provides spline-based interpolation behaviors. 
 

Uses of CubicSplineSegment in javax.media.ding3d.utils.behaviors.interpolators
 

Methods in javax.media.ding3d.utils.behaviors.interpolators that return CubicSplineSegment
 CubicSplineSegment CubicSplineCurve.getSegment(int index)
          This method returns the CubicSplineSegments pointed to by index
 

Methods in javax.media.ding3d.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.