The IDLgrModel::Translate procedure method translates the model by the specified translation offsets. IDL computes and maintains the resulting transform matrix in double-precision floating-point.
Obj->[IDLgrModel::]Translate, Tx, Ty, Tz [, /PREMULTIPLY]
The offsets in X, Y, and Z, respectively, by which the model is to be translated.
Set this keyword to cause the translation matrix specified by Tx, Ty, Tz to be pre-multiplied to the model’s transformation matrix. By default, the translation matrix is post-multiplied.
5.0 |
Introduced |