Functions | |
double | Compute_Matrix_Determinant (const float *matrix) |
double Compute_Matrix_Determinant | ( | const float * | matrix | ) |
matrix | - Input transformation matrix. |
Compute_Matrix_Determinant() takes a general 4x4 transformation and computes its determinant. If the determinant is zero, the matrix is singular.