EZ_Scale(3) EZWGL Functions EZ_Scale(3)NAME
EZ_Scale - multiply the current matrix by a scaling matrixSYNOPSIS
#include <EZ.h> void EZ_Scale(float x, float y , float z)ARGUMENTS
x,y,z Specify three scaling factors.DESCRIPTION
EZ_Scale multiplies the current matrix by the matrix diag[x,y,z,1]SEE ALSO
EZ_Rotate(3), EZ_Translate(3), EZ_MultMatrix(3), EZ_PushMatrix(3), EZ_LoadMatrix(3), EZ_IdentityMatrix(3), EZ_MatrixMode(3) EZWGL EZ_Scale(3)