MotionProfile

class MotionProfile(val segments: List<MotionSegment>)

Constructors

Link copied to clipboard
constructor(segments: List<MotionSegment>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Returns the duration of the motion profile.

Link copied to clipboard

Returns the end MotionState.

Link copied to clipboard
operator fun get(t: Double): MotionState

Returns the MotionState at time t.

Link copied to clipboard

Returns the start MotionState.