MotionSegment

class MotionSegment(val startState: MotionState, val dt: Double)

Constructors

Link copied to clipboard
constructor(startState: MotionState, dt: Double)

Properties

Link copied to clipboard
val dt: Double
Link copied to clipboard

Functions

Link copied to clipboard

Returns the MotionState at the end of the segment (time dt).

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

Returns the MotionState at time t.

Link copied to clipboard
open override fun toString(): String