Name | Description | |
---|---|---|
Determinant | Gets the determinant of this matrix | |
DX | DX matrix element | |
DY | DY matrix element | |
IsIdentity | Determines whether this is the identity matrix | |
IsInvertible | Determines whether this matrix is invertible | |
IsZero | Determines whether this is the zero matrix | |
M11 | M11 matrix element | |
M12 | M12 matrix element | |
M21 | M21 matrix element | |
M22 | M22 matrix element | |
Rotation | Obtains the rotation (in radians). The rotatoin is calculated as the angle between the transformed (0, 0);(1, 0) vector and the X axis. | |
ScaleX | Obtains the X scale. The X scale is calculated as the distance between the transformed (0, 0) and (1, 0) points. | |
ScaleY | Obtains the Y scale. The Y scale is calculated as the distance between the transformed (0, 0) and (0, 1) points |