HasInverse | HasInverse Property - returns true if this matrix is invertible, false otherwise. |
Identity | Returns the multiplicative identity matrix. |
IsIdentity | Returns whether the matrix is the identity matrix. |
M11 | The first element of the first row (scaleX). |
M12 | The second element of the first row (skewY). |
M13 | The third element of the first row (perspX: input x-axis perspective factor). |
M21 | The first element of the second row (skewX). |
M22 | The second element of the second row (scaleY). |
M23 | The third element of the second row (perspY: input y-axis perspective factor). |
M31 | The first element of the third row (offsetX/translateX). |
M32 | The second element of the third row (offsetY/translateY). |
M33 | The third element of the third row (perspZ: perspective scale factor). |