State

open class State

Profile state.

Constructors

Link copied to clipboard
constructor()
Default constructor.
constructor(position: Double, velocity: Double)
Constructs constraints for a Trapezoid Profile.
constructor(position: Measure<U>, velocity: Measure<Velocity<U>>)
Constructs constraints for a Trapezoid Profile.

Properties

Link copied to clipboard
open var position: Double
The position at this state.
Link copied to clipboard
open var velocity: Double
The velocity at this state.

Functions

Link copied to clipboard
open fun equals(other: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int