Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs
Matrix4.h File Reference
#include <math.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  Matrix4< T >
 

Typedefs

typedef Matrix4< double > Matrix4d
 
typedef Matrix4< float > Matrix4f
 

Typedef Documentation

◆ Matrix4d

typedef Matrix4<double> Matrix4d

Definition at line 221 of file Matrix4.h.

◆ Matrix4f

typedef Matrix4<float> Matrix4f

Definition at line 222 of file Matrix4.h.