toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.external.control
/
TrapezoidProfile
/
State
State
open
class
State
Profile state.
Members
Constructors
State
Link copied to clipboard
constructor
(
)
Default constructor.
constructor
(
position
:
Double
,
velocity
:
Double
)
Constructs constraints for a Trapezoid Profile.
constructor
(
@
NonNull
position
:
Measure
<
U
>
,
@
NonNull
velocity
:
Measure
<
Velocity
<
U
>
>
)
Constructs constraints for a Trapezoid Profile.
Properties
position
Link copied to clipboard
open
var
position
:
Double
The position at this state.
velocity
Link copied to clipboard
open
var
velocity
:
Double
The velocity at this state.
Functions
equals
Link copied to clipboard
open
fun
equals
(
other
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int