Honeycomb
0.1
Component-Model Framework
|
#include "Honey/Math/Alge/Vec/Vec3.h"
#include "Honey/Math/Alge/Vec/Vec4.h"
#include "Honey/Math/Alge/platform/Quat.h"
Go to the source code of this file.
Classes | |
class | honey::Interp_< Real > |
Interpolation math. More... | |
class | honey::Quat_< Real__ > |
Quaternion rotation class. Represents a counter-clockwise rotation of an angle about its axis. More... | |
Namespaces | |
honey | |
Global Honeycomb namespace. | |
Macros | |
#define | _ORD(i, p, r, f) (((((((i)<<1)+(p))<<1)+(r))<<1)+(f)) |
#define | Section_Header |
Typedefs | |
typedef Quat_< Real > | honey::Quat |
typedef Quat_< Float > | honey::Quat_f |
typedef Quat_< Double > | honey::Quat_d |
#define _ORD | ( | i, | |
p, | |||
r, | |||
f | |||
) | (((((((i)<<1)+(p))<<1)+(r))<<1)+(f)) |
#define Section_Header |