toggle menu
BunyipsLib
v5.1.1-master-1f1d461c
BunyipsLib
switch theme
search in API
BunyipsLib
/
org.murraybridgebunyips.bunyipslib.external
/
TrapezoidProfile
/
Constraints
Constraints
open
class
Constraints
Profile constraints.
Members
Constructors
Constraints
Link copied to clipboard
constructor
(
maxVelocity
:
Double
,
maxAcceleration
:
Double
)
Constructs constraints for a TrapezoidProfile.
constructor
(
maxVelocity
:
Measure
<
Velocity
<
U
>
>
,
maxAcceleration
:
Measure
<
Velocity
<
Velocity
<
U
>
>
>
)
Constructs constraints for a TrapezoidProfile.
Properties
max
Acceleration
Link copied to clipboard
val
maxAcceleration
:
Double
Maximum acceleration.
max
Velocity
Link copied to clipboard
val
maxVelocity
:
Double
Maximum velocity.