A unit of velocity.
More...
Inherits vex.Enum.
|
| | PCT = PercentUnits.PCT |
| | A unit type that represents a value of velocity as a percentage from 0% to 100%. More...
|
| |
| int | RPM = 1 |
| | A unit type that represents a value of velocity as rotations per minute. More...
|
| |
| int | DPS = 2 |
| | A unit type that represents a value of velocity as degrees per second. More...
|
| |
◆ PCT
| vex.VelocityUnits.PCT = PercentUnits.PCT |
|
static |
A unit type that represents a value of velocity as a percentage from 0% to 100%.
◆ RPM
| int vex.VelocityUnits.RPM = 1 |
|
static |
A unit type that represents a value of velocity as rotations per minute.
◆ DPS
| int vex.VelocityUnits.DPS = 2 |
|
static |
A unit type that represents a value of velocity as degrees per second.