TransformMakeWithMatrixAsList
Type
operator
Summary
Creates a new transform. mTranslation:An expression which evaluates to a list of 6 numbers, the a, b, c, d, tx and ty values of the transform matrix.
Syntax
transform with matrix <mMatrix>
Description
Creates a new transform. mTranslation:An expression which evaluates to a list of 6 numbers, the a, b, c, d, tx and ty values of the transform matrix.
Examples
// Create combined rotate, scale, and translate transform
variable tTransform
put transform with matrix [0, 2, -2, 0, 50, 100] into tTransform