Package | Description |
---|---|
heronarts.lx.modulator |
Utility abstraction for values that vary over time.
|
Modifier and Type | Method and Description |
---|---|
Accelerator |
Accelerator.setAcceleration(double acceleration) |
Accelerator |
Accelerator.setAcceleration(LXParameter acceleration)
Updates the acceleration.
|
Accelerator |
Accelerator.setInitVelocity(double initVelocity)
Sets the initial velocity to a fixed value
|
Accelerator |
Accelerator.setInitVelocity(LXParameter initVelocity)
Sets initial velocity of the Accelerator
|
Accelerator |
Accelerator.setSpeed(double initVelocity,
double acceleration) |
Accelerator |
Accelerator.setSpeed(LXParameter initVelocity,
LXParameter acceleration)
Sets both the velocity and acceleration of the modulator.
|
Accelerator |
Accelerator.setVelocity(double velocity)
Updates the current velocity.
|
LX library by Mark C. Slee. © 2012-2020