MotionState
class MotionState @JvmOverloads constructor(val x: Double, val v: Double, val a: Double = 0.0, val j: Double = 0.0)
Kinematic state of a motion profile at any given time.
Properties
Functions
Link copied to clipboard
Returns a flipped (negated) version of the state.
Link copied to clipboard
Returns the MotionState at time t.
Link copied to clipboard
Returns the state with velocity, acceleration, and jerk zeroed.