Matrix:Multiply(m2)

Version added: before 9.5

Multiplies two matrices

ArgumentTypeDescriptionDefaultVer
m2MatrixA Matrix object to multiply into the calling object< 9.5

Return type : none

Multiplies two matrices. The calling object is multiplied by the matrix "m2".

X:Multiply(Y) is multiply Y into X (X = X * Y)
Notice that X:Multiply(Y) leaves Y unchanged and changes X
String "Multiply" is found in the following scripts:

FO_Utilities (by Lukas)

Bind points modification (by A.Evseeva)

Place layer in/out of group (by A.Evseeva)

Invert layer transform (by A.Evseeva)

Reset layer transform (by A.Evseeva)

See all...