#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] |
sin angle::sin::mod | ( | ) | const [inline] |
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().
value_type angle::sin::get | ( | ) | const [inline] |