#include <ETL/angle>
Inheritance diagram for angle::deg:

Public Member Functions | |
| deg (const value_type &x) | |
| deg (const angle &a) | |
| deg | mod () const |
| Rotation Modulus. | |
| deg | dist (const angle &rhs) const |
| Angle Difference Function. | |
| value_type | get () const |
Definition at line 305 of file _angle.h.
| angle::deg::deg | ( | const value_type & | x | ) | [inline, explicit] |
| angle::deg::deg | ( | const angle & | a | ) | [inline] |
| deg angle::deg::mod | ( | ) | const [inline] |
Angle Difference Function.
This function will return the shortest physical distance between two angles, from -PI/2 to PI/2
Reimplemented from angle.
Definition at line 311 of file _angle.h.
References angle::dist().
| value_type angle::deg::get | ( | ) | const [inline] |
1.5.2