Uses of Interface
org.robokind.api.interpolation.Interpolator

Packages that use Interpolator
org.robokind.api.animation   
org.robokind.api.interpolation   
org.robokind.api.interpolation.bezier   
org.robokind.api.interpolation.cspline   
org.robokind.api.interpolation.linear   
 

Uses of Interpolator in org.robokind.api.animation
 

Classes in org.robokind.api.animation that implement Interpolator
 class MotionPath
          An extended PathInterpolator which can generate a CompiledPath from the interpolated positions.
 class PathInterpolator
          Wraps an Interpolator to provide certain guarantees for animating.
 

Uses of Interpolator in org.robokind.api.interpolation
 

Methods in org.robokind.api.interpolation that return Interpolator
abstract  Interpolator InterpolatorFactory.create()
           
 

Uses of Interpolator in org.robokind.api.interpolation.bezier
 

Classes in org.robokind.api.interpolation.bezier that implement Interpolator
 class BezierInterpolator
           
 

Methods in org.robokind.api.interpolation.bezier that return Interpolator
 Interpolator BezierInterpolatorFactory.create()
           
 

Uses of Interpolator in org.robokind.api.interpolation.cspline
 

Classes in org.robokind.api.interpolation.cspline that implement Interpolator
 class CSplineInterpolator
          Implementation of a Catmull-Rom Cardinal Spline using reflected endpoints.
 

Methods in org.robokind.api.interpolation.cspline that return Interpolator
 Interpolator CSplineInterpolatorFactory.create()
           
 

Uses of Interpolator in org.robokind.api.interpolation.linear
 

Classes in org.robokind.api.interpolation.linear that implement Interpolator
 class LinearInterpolator
          Performs a linear interpolation between control points.
 

Methods in org.robokind.api.interpolation.linear that return Interpolator
 Interpolator LinearInterpolatorFactory.create()
           
 



Copyright © 2011. All Rights Reserved.