|
| CMatrixStack (CGLContext &context) |
|
virtual void | Pop ()=0 |
|
virtual void | Push ()=0 |
|
virtual void | Concat (const cpu_mat_44 &xform, const cpu_mat_44 &inverse)=0 |
|
virtual void | SetTop (const cpu_mat_44 &newMat, const cpu_mat_44 &newInv)=0 |
|
Definition at line 22 of file matrix.h.
◆ CMatrixStack()
CMatrixStack::CMatrixStack |
( |
CGLContext & |
context | ) |
|
|
inline |
◆ ~CMatrixStack()
virtual CMatrixStack::~CMatrixStack |
( |
| ) |
|
|
inlinevirtual |
◆ GLContext
◆ MaxStackDepth
const int CMatrixStack::MaxStackDepth = 16 |
|
staticprotected |
◆ Matrices
cpu_mat_44 CMatrixStack::Matrices[MaxStackDepth] |
|
protected |
◆ InverseMatrices
cpu_mat_44 CMatrixStack::InverseMatrices[MaxStackDepth] |
|
protected |
◆ CurStackDepth
int CMatrixStack::CurStackDepth |
|
protected |
The documentation for this class was generated from the following file: