![]() |
VR-Forces 4.0.4 Class Documentation
|
Converter for degrees. More...

Public Member Functions | |
| DtDegreeConverter () | |
| Default CTOR. | |
| virtual DtUnitConverter * | clone () const |
| Clone. | |
| virtual | ~DtDegreeConverter () |
| Virtual DTOR. | |
| virtual double | radiansToLocal (double radians) const |
| Convert from radians to local units. | |
| virtual double | localToRadians (double local) const |
| Convert from local units to radians. | |
Converter for degrees.
Converts between radians and degrees.
Default CTOR.
| virtual makVrv::DtDegreeConverter::~DtDegreeConverter | ( | ) | [virtual] |
Virtual DTOR.
| virtual DtUnitConverter* makVrv::DtDegreeConverter::clone | ( | ) | const [virtual] |
Clone.
Implements makVrv::DtUnitConverter.
| virtual double makVrv::DtDegreeConverter::radiansToLocal | ( | double | radians | ) | const [virtual] |
Convert from radians to local units.
Implements makVrv::DtOrientationUnitConverter.
| virtual double makVrv::DtDegreeConverter::localToRadians | ( | double | local | ) | const [virtual] |
Convert from local units to radians.
Implements makVrv::DtOrientationUnitConverter.