2D transformation matrix object initialized with identity matrix.

The matrix can synchronize a canvas context by supplying the context as an argument, or later apply current absolute transform to an existing context.

Properties

a:Float

scale x

b:Float

skew y

c:Float

skew x

d:Float

scale y

e:Float

translate x

f:Float

translate y