|
ClanLib
2.3.7
|
#include "../api_core.h"#include "../System/cl_platform.h"#include "mat2.h"#include "mat3.h"#include "angle.h"

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 |
1.8.4