Package 

Class RotaryVelocityTracker


  • 
    public final class RotaryVelocityTracker
    
                        

    A wrapper around VelocityTracker1D to provide support for rotary input.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Float velocity
    • Method Summary

      Modifier and Type Method Description
      final Float getVelocity()
      final Unit start(Long currentTime) Start tracking motion.
      final Unit move(Long currentTime, Float delta) Continue tracking motion as the input rotates.
      final Unit end() Stop tracking motion.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RotaryVelocityTracker

        RotaryVelocityTracker()