A unit of rotation.
More...
Inherits vex.Enum.
|
int | DEG = 0 |
| A unit type that represents a value of rotation in degrees. More...
|
|
int | REV = 1 |
| A unit type that represents a value of rotation in revolutions. More...
|
|
int | RAW = 99 |
| A unit type that represents a value of rotation in raw data form. More...
|
|
◆ DEG
int vex.RotationUnits.DEG = 0 |
|
static |
A unit type that represents a value of rotation in degrees.
◆ REV
int vex.RotationUnits.REV = 1 |
|
static |
A unit type that represents a value of rotation in revolutions.
◆ RAW
int vex.RotationUnits.RAW = 99 |
|
static |
A unit type that represents a value of rotation in raw data form.