#include <revolution/mtx.h>
MtxPtr MTXGetStackPtr ( const MtxStack sPtr );
sPtr |
Pointer to a MtxStack structure. |
Returns sPtr->stackPtr, the top of 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 an argument to a function or to modify the top of stack matrix.
Mtx, MtxPtr, MtxStack, MtxStackPtr
03/01/2006 Initial version.