#include <ETL/angle>
Inheritance diagram for angle::sin:
Public Member Functions | |
sin (const value_type &x) | |
sin (const angle &a) | |
sin | mod () const |
Rotation Modulus. | |
sin | dist (const angle &rhs) const |
Angle Difference Function. | |
value_type | get () const |
Definition at line 345 of file _angle.h.
|
Definition at line 348 of file _angle.h. References angle::v. |
|
|
|
Rotation Modulus. This function will return the value of the angle between 0 and 2PI Reimplemented from angle. Definition at line 350 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 351 of file _angle.h. References angle::dist(). |
|
|