NAME

cxGeoRotate - rotate the current geometry object

C SPECIFICATION

#include <cx/Geometry.h>

void cxGeoRotate( float theta, float x, float y, float z)

FORTRAN SPECIFICATION

subroutine cxGeoRotate(theta,x,y,z)
real theta
real x
real y
real z

PARAMETERS

theta
Angle in radians to rotate through.
x
X component of rotation axis.
y
Y component of rotation axis.
z
Z component of rotation axis.

DESCRIPTION

This function rotates the current object by theta radians about the axis (x,y,z).

SEE ALSO

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