guMtxL2F.3p
423 Bytes
.TH guMtxL2F 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
guMtxL2F \- convert a 4x4 fixed-point matrix to floating point.
.SH C SPECIFICATION
.nf
\f3#include "gu.h"
void guMtxL2F(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 guMtxF2L (3P)