#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.
|
|
|
|
|
Rotation Modulus. This function will return the value of the angle between 0 and 2PI Reimplemented from angle. Definition at line 310 of file _angle.h. References angle::mod(). |
|
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(). |
|
|