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

Go to the source code of this file.

Classes

class  honey::Quat_< Real__ >
 Quaternion rotation class. Represents a counter-clockwise rotation of an angle about its axis. More...
 
class  honey::Transform_< Real >
 A 3D linear transform from TRS components (translation, rotation, and scale/skew) More...
 
class  honey::Matrix< 4, 4, Real, Options >
 4x4 homogeneous matrix class. Supports both affine and projective operations. More...
 

Namespaces

 honey
 Global Honeycomb namespace.
 

Macros

#define Section_Header
 

Typedefs

typedef Matrix< 4, 4, Real > honey::Matrix4
 
typedef Matrix< 4, 4, Float > honey::Matrix4_f
 
typedef Matrix< 4, 4, Double > honey::Matrix4_d
 

Macro Definition Documentation

#define Section_Header