|
IDL Reference Guide: Analysis Object Classes |
|
The IDLanROIGroup::Translate procedure method modifies the vertices of all regions within the group by applying a translation.
Obj->[IDLanROIGroup::]Translate, Tx[, Ty[, Tz]]
The X translation factor. If the Ty and Tz arguments are not specified, Tx must be a two or three-element vector, in which case Tx[0] represents translation in X, Tx[1] represents translation in Y, Tx[2] represents translation in Z. IDL converts and applies this data in double-precision floating-point.
The Y translation factor. IDL converts and applies this data in double-precision floating-point.
The Z translation factor. IDL converts and applies this data in double-precision floating-point.
None.
IDL Online Help (March 06, 2007)