Class RMInterpolator.Periodic

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    RMInterpolator

    public static class RMInterpolator.Periodic
    extends RMInterpolator
    An Interpolator subclass that can be used for periodic (ie looping) motion. The different type values are (where n is the frequency): LOOP : start -> end, n times, BACKANDFORTH - start -> end -> start, n times SINUSOIDAL - start -> end -> start, n times along a smooth sin wave