SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLMat4.h File Reference
#include <SLMath.h>
#include <stack>
#include <Utils.h>
#include <SLMat3.h>
#include <SLVec3.h>
#include <SLVec4.h>
#include <cassert>
#include <Shoemake/Decompose.h>
#include <Shoemake/EulerAngles.h>
Include dependency graph for SLMat4.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLMat4< T >
 4x4 matrix template class More...
 

Typedefs

typedef SLMat4< SLfloatSLMat4f
 
typedef vector< SLMat4fSLVMat4f
 
typedef std::stack< SLMat4fSLSMat4f
 

Typedef Documentation

◆ SLMat4f

Definition at line 1581 of file SLMat4.h.

◆ SLSMat4f

typedef std::stack<SLMat4f> SLSMat4f

Definition at line 1586 of file SLMat4.h.

◆ SLVMat4f

typedef vector<SLMat4f> SLVMat4f

Definition at line 1585 of file SLMat4.h.