Uses of Class
edu.cmu.sun.interpolators.Interpolator1D

Packages that use Interpolator1D
edu.cmu.sun.interpolators Interpolators between set values that assist with Animation and curve shape creation. 
 

Uses of Interpolator1D in edu.cmu.sun.interpolators
 

Subclasses of Interpolator1D in edu.cmu.sun.interpolators
 class LinearInterpolator1D
          Interpolates between the from and to values in a linear fashion.
 class SmoothInterpolator1D
          Similar to the linear interpolator, except that it smooths the interpolation using trig functions.
 

Fields in edu.cmu.sun.interpolators declared as Interpolator1D
(package private)  Interpolator1D CompositeInterpolator3D.x
           
(package private)  Interpolator1D CompositeInterpolator3D.y
           
(package private)  Interpolator1D CompositeInterpolator3D.z
           
 

Constructors in edu.cmu.sun.interpolators with parameters of type Interpolator1D
CompositeInterpolator3D(Interpolator1D x, Interpolator1D y, Interpolator1D z)