NAME

cxGeoMatrixCat - apply an arbitrary 4x4 transform to the current object

C SPECIFICATION

#include <cx/Geometry.h>

void cxGeoMatrixCat( float *matrix )

FORTRAN SPECIFICATION

subroutine cxGeoMatrixCat(matrix)
real matrix(4,4)

PARAMETERS

matrix
A 4x4 homogeneous transformation matrix.

DESCRIPTION

This function concatenates a linear transform onto the current for the current object. As in GL, matrix should be organized to be post-multiplied.

SEE ALSO

cxGeoIdentity(3E), cxGeoRotate(3E), cxGeoScale(3E), cxGeoTranslate(3E)
Last modified: Mon Nov 18 13:48:58 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996