|
PS2GL
OpenGL*-like API for the PS2
|
Inheritance diagram for CDListMatrixStack:
Collaboration diagram for CDListMatrixStack:Public Member Functions | |
| CDListMatrixStack (CGLContext &context) | |
| void | Pop () |
| void | Push () |
| void | Concat (const cpu_mat_44 &xform, const cpu_mat_44 &inverse) |
| void | SetTop (const cpu_mat_44 &newMat, const cpu_mat_44 &newInv) |
Public Member Functions inherited from CMatrixStack | |
| CMatrixStack (CGLContext &context) | |
Additional Inherited Members | |
Protected Attributes inherited from CMatrixStack | |
| CGLContext & | GLContext |
| cpu_mat_44 | Matrices [MaxStackDepth] |
| cpu_mat_44 | InverseMatrices [MaxStackDepth] |
| int | CurStackDepth |
Static Protected Attributes inherited from CMatrixStack | |
| static const int | MaxStackDepth = 16 |
|
inline |
|
virtual |
Implements CMatrixStack.
Definition at line 29 of file matrix.cpp.
|
virtual |
Implements CMatrixStack.
Definition at line 46 of file matrix.cpp.
|
virtual |
Implements CMatrixStack.
Definition at line 67 of file matrix.cpp.
|
virtual |
Implements CMatrixStack.
Definition at line 90 of file matrix.cpp.