The IDLanROI::Scale procedure method modifies the vertices for the region by applying a scale.
Obj->[IDLanROI::]Scale, Sx[, Sy[, Sz]]
The X scale factor. If the Sy and Sz arguments are not specified, Sx must be a two or three-element vector, in which case Sx[0] represents the scale in X, Sx[1] represents the scale in Y, Sx[2] represents the scale in Z. IDL converts and applies this data in double-precision floating-point.
The Y scale factor. IDL converts and applies this data in double-precision floating-point.
The Z scale factor. IDL converts and applies this data in double-precision floating-point.
None.
5.3 |
Introduced |