MotionSegment
Segment of a motion profile with constant acceleration.
Parameters
start
start motion state
dt
time delta
Properties
Functions
Link copied to clipboard
Returns the MotionState at the end of the segment (time dt).
Link copied to clipboard
Returns a flipped (negated) version of the segment.
Link copied to clipboard
Returns the MotionState at time t.
Link copied to clipboard
Returns a reversed version of the segment. Note: it isn't possible to reverse a segment completely so this method only guarantees that the start and end velocities will be swapped.