DoTranslate(3D) — Stardent 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 attribute. The translation can be in the X-, Y-, or 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 29, 2021