The transform type used by dplug:canvas. It's a 3x3 float matrix with the form: (a b c) (d e f) (0 0 1)
Return this * Transform2D(x, 0, 0, 0, y, 0);
Return this * Transform2D(cosa, -sina, 0, sina, cosa, 0)
Return this * Transform2D(1, 0, x, 0, 1, y);
See Implementation
The transform type used by dplug:canvas. It's a 3x3 float matrix with the form: (a b c) (d e f) (0 0 1)