Honeycomb
0.1
Component-Model Framework
|
#include "Honey/Math/Alge/Alge.h"
Go to the source code of this file.
Classes | |
class | honey::Interp_< Real > |
Interpolation math. More... | |
class | honey::SinTable< Real > |
Speeds up all trig functions at the cost of precision. Precision is roughly 1 / size. More... | |
class | honey::Trig_< Real > |
Trigonometry. More... | |
Namespaces | |
honey | |
Global Honeycomb namespace. | |
Typedefs | |
typedef Trig_< Real > | honey::Trig |
typedef Trig_< Float > | honey::Trig_f |
typedef Trig_< Double > | honey::Trig_d |
typedef Trig_< Quad > | honey::Trig_q |