NAME

cxGeoScale - scale the current geometry object

C SPECIFICATION

#include <cx/Geometry.h>

void cxGeoScale( float x, float y, float z)

FORTRAN SPECIFICATION

subroutine cxGeoScale(x,y,z)
real x
real y
real z

PARAMETERS

x
The x scale factor.
y
The y scale factor.
z
The z scale factor.

DESCRIPTION

This function scales the current object independently in x, y, and z about the origin.

SEE ALSO

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