Uses of Package
com.sun.j3d.utils.behaviors.interpolators

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

Classes in com.sun.j3d.utils.behaviors.interpolators used by com.sun.j3d.utils.behaviors.interpolators
CubicSplineSegment
          The CubicSplineSegment class creates the representation of a TCB (Kochanek-Bartels Spline).
KBCubicSplineSegment
          The KBCubicSplineSegment class creates the representation of a Kochanek-Bartel's (also known as the TCB or Tension-Continuity-Bias Spline.
KBKeyFrame
          This class represents a Key Frame that can be used for Kochanek-Bartels (also called TCB or Tension-Continuity-Bias Splines) spline interpolation.
KBSplinePathInterpolator
          KBSplinePathInterpolator behavior.
TCBKeyFrame
          This class represents a Key Frame that can be used for Kochanek-Bartels (TCB) spline interpolation.
TCBSplinePathInterpolator
          TCBSplinePathInterpolator behavior.