MotionProfile

class MotionProfile(_periods: MotionPeriod, reversed: Boolean)

Asymmetric trapezoidal motion profile

Parameters

startState

start state of profile

endState

end state of profile

constraints

constraints the profile must obey

Constructors

Link copied to clipboard
fun MotionProfile(vararg _periods: MotionPeriod, reversed: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val duration: Double

Functions

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