determinant
Computes the determinant of the affine transformation matrix.
The determinant is calculated as: det = m00 * m11 - m01 * m10
Return
The determinant of the matrix.
Computes the determinant of the affine transformation matrix.
The determinant is calculated as: det = m00 * m11 - m01 * m10
The determinant of the matrix.