
Functions | |
| double | Compute_Matrix_Determinant (const float *matrix) |
| double | DCompute_Matrix_Determinant (const double *matrix) |
| Similar to Compute_Matrix_Determinant(), but operates on double-precision data. More... | |
| 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.
| double DCompute_Matrix_Determinant | ( | const double * | matrix | ) |
Similar to Compute_Matrix_Determinant(), but operates on double-precision data.
| matrix | - Input transformation matrix. |