SF2 C++ FRC Class Library
Sensor Fusion Framework (SF2) for FRC
Public Member Functions | Static Public Attributes | List of all members
Angle::Revolutions Class Reference
Inheritance diagram for Angle::Revolutions:
Angle::AngleUnit Unit IUnit IUnitDescendant

Public Member Functions

string getName ()
 
string getAbbreviation ()
 
float convertToPrimaryUnits (float value)
 
float convertFromPrimaryUnits (float value)
 
- Public Member Functions inherited from Unit
float convertToPrimaryUnits (float value)
 
float convertFromPrimaryUnits (float value)
 

Static Public Attributes

static constexpr float REVOLUTIONS_TO_RADIANS
 
static constexpr float RADIANS_TO_REVOLUTIONS
 

Member Data Documentation

constexpr float Angle::Revolutions::RADIANS_TO_REVOLUTIONS
static
Initial value:
= 1.0f
/ REVOLUTIONS_TO_RADIANS
constexpr float Angle::Revolutions::REVOLUTIONS_TO_RADIANS
static
Initial value:
= (float) (2.0f
* Angle::PI)

The documentation for this class was generated from the following file: