|
IDL Reference Guide: Graphics Object Classes |
|
The IDLgrModel::Scale procedure method scales the model by the specified scaling factors. IDL computes and maintains the resulting transform matrix in double-precision floating-point.
Obj->[IDLgrModel::]Scale, Sx, Sy, Sz [, /PREMULTIPLY]
The scaling factors in the x, y, and z dimensions by which the model is to be scaled.
Set this keyword to cause the scaling matrix specified by Sx, Sy, Sz to be pre-multiplied to the model's transformation matrix. By default, the scaling matrix is post-multiplied.
IDL Online Help (March 06, 2007)