#include <revolution/mtx.h> void MTXIdentity ( Mtx m );
| m | Matrix to be set to the identity matrix. m may be either a Mtx or a MtxPtr. |
|---|
None.
Sets the contents of m to an identity matrix.
During a debug build, MTXIdentity is interpreted as C_MTXIdentity, which is a normal C language version. During a non-debug build for a Broadway processor, the paired-singles equivalent of this function, PSMTXIdentity, will be automatically substituted. You can also call each of C_MTXIdentity/PSMTXIdentity explicitly.
Mtx, MtxPtr, MTXInitStack, MTXRotAxis, MTXRotDeg, MTXRotTrig, MTXScale, MTXTrans
2006/03/01 Initial version.
CONFIDENTIAL