NAME
cxGeoTranslate
- translate the current geometry object
C SPECIFICATION
#include <cx/Geometry.h>
void cxGeoTranslate(
float x,
float y,
float z)
FORTRAN SPECIFICATION
subroutine cxGeoTranslate(x,y,z)
real x
real y
real z
PARAMETERS
-
x
-
The x translation.
-
y
-
The y translation.
-
z
-
The z translation.
DESCRIPTION
This function translates the current object by x, y, and z.
SEE ALSO
cxGeoIdentity(3E),
cxGeoRotate(3E),
cxGeoScale(3E),
cxGeoMatrixCat(3E)
Last modified: Mon Nov 18 13:49:27 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996