|
TinyRobotics
|
Represents a 1D angular velocity with unit support. More...
#include <AngularVelocity.h>
Public Member Functions | |
| AngularVelocity (float angularVelocity, AngularVelocityUnit unit) | |
| void | setValue (float newAngularVelocity, AngularVelocityUnit newUnit) |
| float | getValue (AngularVelocityUnit desiredUnit) const |
Public Attributes | |
| float | angularVelocity = 0.0f |
| AngularVelocityUnit | unit = AngularVelocityUnit::RadPerSec |
Represents a 1D angular velocity with unit support.