Options.multiplyMatrix

Returns the product of two Affine matrices The AffineMatrix looks like this:

| sx rx 0 |
| ry sy 0 |
| tx ty 1 |
class Options
AffineMatrix
multiplyMatrix
(
AffineMatrix a
,
AffineMatrix b
)

Meta