MTX_Scale22


C Specification

#include <nitro/fx/fx_mtx22.h>

void MTX_Scale22(MtxFx22 * pDst, fx32 x, fx32 y);

Description

This function sets a scale matrix in *pDst.

Arguments

pDst Pointer to a 2x2 matrix
x Scale in the x axis direction
y Scale in the y axis direction

Return Values

None

See Also

MtxFx22, fx32

Revision History

10/19/2004 Corrected #include statement.
01/19/2004 Initial version.