determinantAffine
Returns the determinant of the upper-left 3x3 block only.
When the bottom row is [0, 0, 0, 1] (an affine matrix, such as a world matrix), the result equals determinant and costs less. For a projection matrix the two values usually differ.
Return
The determinant of the upper-left 3x3 block.