2D matrix of shape:
a c tx b d ty 0 0 1
Methods (like Mat2D.translate, Mat2D.multiplyMat) generally mutate the instance. Create new instances with Mat2D.clone.
Optional
Static
A new Mat2D initialized to the identity matrix.
2D matrix of shape:
a c tx b d ty 0 0 1
Remarks
Methods (like Mat2D.translate, Mat2D.multiplyMat) generally mutate the instance. Create new instances with Mat2D.clone.