Uses of Class
heronarts.lx.modulator.Accelerator
Packages that use Accelerator
-
Uses of Accelerator in heronarts.lx.modulator
Methods in heronarts.lx.modulator that return AcceleratorModifier and TypeMethodDescriptionAccelerator.setAcceleration(double acceleration) Accelerator.setAcceleration(LXParameter acceleration) Updates the acceleration.Accelerator.setInitVelocity(double initVelocity) Sets the initial velocity to a fixed valueAccelerator.setInitVelocity(LXParameter initVelocity) Sets initial velocity of the AcceleratorAccelerator.setSpeed(double initVelocity, double acceleration) Accelerator.setSpeed(LXParameter initVelocity, LXParameter acceleration) Sets both the velocity and acceleration of the modulator.Accelerator.setVelocity(double velocity) Updates the current velocity.