DoScale(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DoScale − Create a scale geometric transformation object
SYNOPSIS
C:
DtObject DoScale(x,y,z)
DtReal x, y, z;
FORTRAN:
INTEGER∗4 DOSC(X, Y, Z)
REAL∗8 X, Y, Z
DESCRIPTION
DoScale creates a scale geometric transformation object that modifies the current transformation matrix resulting in scaling in the X-, Y-, and Z-directions relative to the current origin. The parameters x, y, and z may be any positive or negative value; however, scaling by 0 is undefined.
SEE ALSO
DoLookAtFrom(3D), DoScale(3D), DoShear(3D), DoTransformMatrix(3D), DoTranslate(3D)
September 02, 1992