It's:
project (x, y) { return { x: (x + tx) * sx * cos(a), y: (y + ty) * sy * sin(a) }}
Readonly
rotate after translated & scaled.
scale after translated
Generated using TypeDoc
It's:
Example