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

Public Member Functions

string getName ()
 
string getAbbreviation ()
 
float convertToPrimaryUnits (float value)
 
float convertFromPrimaryUnits (float value)
 

Static Public Attributes

static const float REVOLUTIONS_TO_RADIANS
 
static const float RADIANS_TO_REVOLUTIONS
 

Member Data Documentation

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

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