guMtxIdentF

guMtxIdentF [Function]

Function

guMtxIdentF

Creates a unit matrix (floating point)

Syntax

#include <ultra64.h>        /* gu.h */
void guMtxIdentF(float mf[4][4]);

Arguments

mf
The resulting matrix

Returned value

None

Description

Returns a unit matrix to mf. When this function is called, the result is the creation of the following type of matrix:

Fixed point is handled with the guMtxIdent function.

See also

guMtxCatF, guMtxCatL, and guMtxIdent

Revision history

03/01/99 Completely rewritten.