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

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