Uses of Package
edu.cmu.sun.interpolators

Packages that use edu.cmu.sun.interpolators
edu.cmu.sun.interpolators Interpolators between set values that assist with Animation and curve shape creation. 
edu.cmu.sun.view Component3D objects that update the scene graph from the models and dispatch mouse events to controllers. 
 

Classes in edu.cmu.sun.interpolators used by edu.cmu.sun.interpolators
Interpolator1D
          Absctrat class to define an one dimensional interpolator that will travel between the from value and the two value.
 

Classes in edu.cmu.sun.interpolators used by edu.cmu.sun.view
CompositeInterpolator3D
          Comibnes three Interpolator1D objects and allows for acces to iterated points through a Point3f object.