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