#include <ETL/angle>
Inheritance diagram for angle::cos:
Public Member Functions | |
cos (const value_type &x) | |
cos (const angle &a) | |
cos | mod () const |
Rotation Modulus. | |
cos | dist (const angle &rhs) const |
Angle Difference Function. | |
operator value_type () const ETL_DEPRECATED_FUNCTION |
Definition at line 365 of file _angle.h.
|
Definition at line 368 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 370 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 371 of file _angle.h. References angle::dist(). |
|
|