#include <nitro/fx/fx_mtx22.h>
void MTX_Scale22(MtxFx22 * pDst, fx32 x, fx32 y);
This function sets a scale matrix in *pDst.
pDst |
Pointer to a 2x2 matrix |
x |
Scale in the x axis direction |
y |
Scale in the y axis direction |
None
10/19/2004 Corrected #include statement.
01/19/2004 Initial version.