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

Public Member Functions | |
| rad (const value_type &x) | |
| rad (const angle &a) | |
| rad | mod () const |
| Rotation Modulus. | |
| rad | dist (const angle &rhs) const |
| Angle Difference Function. | |
| value_type | get () const |
Definition at line 285 of file _angle.h.
| angle::rad::rad | ( | const value_type & | x | ) | [inline, explicit] |
| angle::rad::rad | ( | const angle & | a | ) | [inline] |
| rad angle::rad::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 291 of file _angle.h.
References angle::dist().
| value_type angle::rad::get | ( | ) | const [inline] |
1.5.2