|
Honeycomb
0.1
Component-Model Framework
|
Speeds up all trig functions at the cost of precision. Precision is roughly 1 / size. More...
#include <Trig.h>
Public Member Functions | |
| SinTable () | |
| void | resize (int size) |
| int | size () const |
| Real | sin (Real x) const |
| Real | asin (Real x) const |
| Real | cos (Real x) const |
| Real | acos (Real x) const |
| Real | tan (Real x) const |
| Real | atan (Real x) const |
| Real | atan2 (Real y, Real x) const |
Speeds up all trig functions at the cost of precision. Precision is roughly 1 / size.
|
inline |
|
inline |
| Real honey::SinTable< Real >::asin | ( | Real | x | ) | const |
|
inline |
| Real honey::SinTable< Real >::atan2 | ( | Real | y, |
| Real | x | ||
| ) | const |
|
inline |
| void honey::SinTable< Real >::resize | ( | int | size | ) |
| Real honey::SinTable< Real >::sin | ( | Real | x | ) | const |
|
inline |
|
inline |
1.8.10