Class RMInterpolator.Periodic

java.lang.Object
com.inductiveautomation.rm.graphics.RMInterpolator
com.inductiveautomation.rm.graphics.RMInterpolator.Periodic
All Implemented Interfaces:
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