#include <_fastangle.h>
Inheritance diagram for fastangle::tan:

Public Member Functions | |
| tan (const value_type &x) | |
| tan (const value_type &y, const value_type &x) | |
| tan (const fastangle &a) | |
| tan | mod () const |
| Rotation Modulus. | |
| tan | dist (const fastangle &rhs) const |
| fastangle Difference Function | |
| operator value_type () const | |
| value_type | get () const |
========================================================================
A more detailed description needs to be written.
Definition at line 376 of file _fastangle.h.
| fastangle::tan::tan | ( | const value_type & | x | ) | [inline] |
Definition at line 379 of file _fastangle.h.
References _fastangle_atan_table, fixed_base< T, FIXED_BITS >::data(), ETL_FASTANGLE_LOOKUP_RES, and fastangle::v.
| fastangle::tan::tan | ( | const value_type & | y, | |
| const value_type & | x | |||
| ) | [inline] |
Definition at line 389 of file _fastangle.h.
References _fastangle_atan_table, fixed_base< T, FIXED_BITS >::data(), ETL_FASTANGLE_LOOKUP_RES, and fastangle::v.
| fastangle::tan::tan | ( | const fastangle & | a | ) | [inline] |
Definition at line 421 of file _fastangle.h.
| tan fastangle::tan::mod | ( | ) | const [inline] |
Rotation Modulus.
This function will return the value of the fastangle between 0 and 2PI
Reimplemented from fastangle.
Definition at line 422 of file _fastangle.h.
References fastangle::mod().
fastangle Difference Function
This function will return the shortest physical distance between two angles, from -PI/2 to PI/2
Reimplemented from fastangle.
Definition at line 423 of file _fastangle.h.
References fastangle::dist().
| fastangle::tan::operator value_type | ( | ) | const [inline] |
Definition at line 424 of file _fastangle.h.
| value_type fastangle::tan::get | ( | ) | const [inline] |
Definition at line 425 of file _fastangle.h.
References _fastangle_tan_table, fixed_base< T, FIXED_BITS >::data(), ETL_FASTANGLE_LOOKUP_RES, and fastangle::v.
1.5.2