Class SineInterpolator

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

public class SineInterpolator
extends Interpolator
Author:
- Patrick Shaw Interpolates data between the first half a period of a Sine graph.
In position animations, the animation will start off fast, slow down and speed up again as it goes from one data point to another.
  • Constructor Details

    • SineInterpolator

      public SineInterpolator()
  • Method Details