guMtxXFMF.3p 588 Bytes
.TH guMtxXFMF 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
guMtxXFMF \- transform a single point by a 4x4 floating point matrix.
.SH C SPECIFICATION
.nf
\f3#include "gu.h"

void guMtxXFMF(float mf[4][4], float x, float y, float z, 
		float *ox, float *oy, float *oz)

\fP
.fi
.SH PARAMETERS
.TP 10
.I mf
4x4 matrix.
.TP 10
.I x, y, z
original point.
.TP 10
.I ox, oy, oz
resulting point, 
.I [x y z 1]*mf.

.SH DESCRIPTION
This function is useful for matrix processing on the host CPU. It
transforms a point by a 4x4 matrix.
.PP

.SH SEE ALSO
.IR guMtxXFML (3P)
.IR guMtxCatL (3P)