guMtxXFML.3p
575 Bytes
.TH guMtxXFML 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
guMtxXFML \- transform a single point by a 4x4 fixed-point matrix.
.SH C SPECIFICATION
.nf
\f3#include "gu.h"
void guMtxXFML(Mtx *m, float x, float y, float z,
float *ox, float *oy, float *oz)
\fP
.fi
.SH PARAMETERS
.TP 10
.I m
4x4 matrix.
.TP 10
.I x, y, z
original point.
.TP 10
.I ox, oy, oz
resulting point,
.I [x y z 1]*m.
.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 guMtxXFMF (3P)
.IR guMtxCatL (3P)