#include <matrix.h>
Inheritance diagram for CImmMatrixStack::
Public Methods | |
CImmMatrixStack (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) |
const cpu_mat_44 & | GetTop () const |
const cpu_mat_44 & | GetInvTop () const |
|
|
|
Reimplemented from CMatrixStack. |
|
Definition at line 80 of file matrix.h. Referenced by CBaseRenderer::AddVu1RendererContext().
|
|
Definition at line 79 of file matrix.h. Referenced by CBaseRenderer::AddVu1RendererContext(), CImmLight::SetDirection(), CImmLight::SetPosition(), and glGetFloatv().
|
|
Reimplemented from CMatrixStack. |
|
Reimplemented from CMatrixStack. |
|
Reimplemented from CMatrixStack. |