Matrix:Transform(pt)

Version added: before 9.5

Apply a matrix transformation to a 2D vector object

ArgumentTypeDescriptionDefaultVer
ptVector2A vector to transform< 9.5

Return type : none

Apply a matrix transformation to a 2D vector object.


The primitive T:Transform(V) is effectively: V = V * T

Notice that T:Transform(V) leaves T unchanged and changes V.
String "Transform" is found in the following scripts:

Paint Bucket + (by Danfield)

MR Pose Tool (by eugenebabich)

MR Path (by eugenebabich)

SS - Multi Layer Transform Points (by simplsam)

MR Tween Machine (by eugenebabich)

See all...