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

Packages that use Interpolator1D
edu.cmu.sun.util.interpolators   
 

Uses of Interpolator1D in edu.cmu.sun.util.interpolators
 

Subclasses of Interpolator1D in edu.cmu.sun.util.interpolators
 class LinearInterpolator1D
           
 class SmoothInterpolator1D
          similar to the linear interpolator, except that it smooths the interpolation using trig functions.
 

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

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