The IDLanROI::Translate procedure method modifies the vertices for the region by applying a translation.
Obj->[IDLanROI::]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.
5.3 |
Introduced |