guScale
Creates a scale modeling matrix (floating point)
#include <ultra64.h> /* gu.h */
void guScaleF(float mf[4][4], float x, float y, float z);
None.
Returns to mf a modeling matrix scaled with (x, y, z). When this function is called, the result is the creation of the following kind of modeling matrix:
Fixed point is handled with the guScale function.
guAlign, guAlignF, guPosition, guPositionF, guRotate, guRotateF, guScale, guTranslate, and guTranslateF
03/01/99 Completely rewritten.