abstract class MotionConstraints
Motion profile motion constraints.
MotionConstraints()
Motion profile motion constraints. |
abstract operator fun get(s: Double): SimpleMotionConstraints
Returns the motion constraints s units along the profile. open operator fun get(s: DoubleProgression): List<SimpleMotionConstraints> |