#include <revolution/mtx.h> MtxPtr MTXGetStackPtr ( const MtxStack sPtr );
| sPtr | Pointer to an MtxStack structure |
|---|
Returns sPtr->stackPtr, the top of the stack matrix.
Returns a pointer to the current matrix at the top of the matrix stack (sPtr->stackPtr). The returned pointer can then be used either as a function argument or to modify the top of the matrix stack.
Mtx, MtxPtr, MtxStack, MtxStackPtr
2006/03/01 Initial version.
CONFIDENTIAL