ClanLib  2.3.7
Classes | Typedefs
mat4.h File Reference
#include "../api_core.h"
#include "../System/cl_platform.h"
#include "mat2.h"
#include "mat3.h"
#include "angle.h"
Include dependency graph for mat4.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CL_Mat2< Type >
 2D matrix More...
 
class  CL_Mat3< Type >
 3D matrix More...
 
class  CL_Mat4< Type >
 4D matrix More...
 
class  CL_Mat4< Type >
 4D matrix More...
 
class  CL_Vec3< Type >
 3D vector More...
 

Typedefs

typedef CL_Mat4< double > CL_Mat4d
 
typedef CL_Mat4< float > CL_Mat4f
 
typedef CL_Mat4< int > CL_Mat4i