|
| | 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 |
| |
| | 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 51 of file matrix.h.
◆ CImmMatrixStack()
| CImmMatrixStack::CImmMatrixStack |
( |
CGLContext & |
context | ) |
|
|
inline |
◆ Pop()
| void CImmMatrixStack::Pop |
( |
| ) |
|
|
inlinevirtual |
◆ Push()
| void CImmMatrixStack::Push |
( |
| ) |
|
|
inlinevirtual |
◆ Concat()
| void CImmMatrixStack::Concat |
( |
const cpu_mat_44 & |
xform, |
|
|
const cpu_mat_44 & |
inverse |
|
) |
| |
|
inlinevirtual |
◆ SetTop()
| void CImmMatrixStack::SetTop |
( |
const cpu_mat_44 & |
newMat, |
|
|
const cpu_mat_44 & |
newInv |
|
) |
| |
|
inlinevirtual |
◆ GetTop()
| const cpu_mat_44 & CImmMatrixStack::GetTop |
( |
| ) |
const |
|
inline |
◆ GetInvTop()
| const cpu_mat_44 & CImmMatrixStack::GetInvTop |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: