StateMachine

IStateMachine<TrajectoryState> ITrajectoryInterpolator.StateMachine { get; }

Gets the (read-only) state machine of the trajectory interpolator.

Value

IStateMachine<TrajectoryState> – Trajectory state machine.

Throws