#include <ETL/angle>
Public Member Functions | |
tan (const value_type &x) | |
tan (const value_type &y, const value_type &x) | |
tan (const angle &a) | |
tan | mod () const |
Rotation Modulus. | |
tan | dist (const angle &rhs) const |
Angle Difference Function. | |
value_type | get () const |
Definition at line 394 of file _angle.h.
angle::tan::tan | ( | const value_type & | x | ) | [inline, explicit] |
angle::tan::tan | ( | const value_type & | y, | |
const value_type & | x | |||
) | [inline] |
angle::tan::tan | ( | const angle & | a | ) | [inline] |
tan angle::tan::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 401 of file _angle.h.
References angle::dist().
value_type angle::tan::get | ( | ) | const [inline] |