DoTranslate(3D) — Kubota Pacfic Computer Inc. (\*(Dd)
NAME
DoTranslate − Create a translation geometric transformation object
SYNOPSIS
C:
DtObject DoTranslate(x, y, z)
DtReal x, y, z;
FORTRAN:
INTEGER∗4 DOXLT(X, Y, Z)
REAL∗8 X, Y, Z
DESCRIPTION
DoTranslate creates a translation geometric transformation object that modifies the current transformation matrix. The translation can be in the X-, Y-, and Z-directions relative to the current origin. The parameters x, y, and z are three floating point values for the X-, Y-, and Z-displacements.
SEE ALSO
DoLookAtFrom(3D), DoRotate(3D), DoScale(3D), DoShear(3D), DoTransformMatrix(3D)
September 02, 1992