Transformations¶
The separate transformations to be chained.
An array of one or more Transformation objects.
The transformations will be multiplied in reverse order, i.e. the last transformation will be applied first, resulting in
Transformation = Transformations[0] • Transformations[1] • …
The command might be used with only one transformation to obtain the parameters of an inverse transformation by specifying the Inverse
flag in the input transformation.