Honeycomb  0.1
Component-Model Framework
Classes | Namespaces | Macros | Typedefs
Quat.h File Reference
#include "Honey/Math/Alge/Vec/Vec3.h"
#include "Honey/Math/Alge/Vec/Vec4.h"
#include "Honey/Math/Alge/platform/Quat.h"
Include dependency graph for Quat.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define _ORD (   i,
  p,
  r,
 
)    (((((((i)<<1)+(p))<<1)+(r))<<1)+(f))
#define Section_Header