MTX_Identity22


C Specification

#include <nitro/fx/fx_mtx22.h>

void MTX_Identity22(MtxFx22 * pDst);
    

Description

This function sets an identity matrix to *pDst.

Arguments

pDst Pointer to a 2x2 matrix

Return Values

None

See Also

MtxFx22

Revision History

10/19/2004 Corrected #include statement.
04/15/2004 Initial version.