Class CubicInterpolator

java.lang.Object
org.vanted.animation.interpolators.Interpolator
org.vanted.animation.interpolators.CubicInterpolator

public class CubicInterpolator
extends Interpolator
Provides true continuity throughout the animation.
Note: Cubic interpolations can 'overshoot' in terms of their interpolated value.
Note: This is not a cubic spline interpolation.
Author:
- Patrick Shaw
  • Constructor Details

    • CubicInterpolator

      public CubicInterpolator()
  • Method Details