#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.
| angle::sin::sin | ( | const value_type & | x | ) | [inline, explicit] |
| angle::sin::sin | ( | const angle & | a | ) | [inline] |
| sin angle::sin::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 351 of file _angle.h.
References angle::dist().
| value_type angle::sin::get | ( | ) | const [inline] |
1.5.2