guMtxF2L.3p 423 Bytes
.TH guMtxF2L 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
guMtxF2L \- convert a 4x4 floating point matrix to fixed-point.
.SH C SPECIFICATION
.nf
\f3#include "gu.h"

void guMtxF2L(float mf[4][4], Mtx *m)

\fP
.fi
.SH PARAMETERS
.TP 10
.I mf
4x4 floating-point matrix.
.TP 10
.I m
4x4 fixed-point matrix.

.SH DESCRIPTION
This function is useful for matrix processing on the host CPU.

.SH SEE ALSO
.IR guMtxL2F (3P)