Brief Index      Full Index      I.M. Reference

Compute_Matrix_Determinant


Functions

double Compute_Matrix_Determinant (const float *matrix)

Function Documentation

double Compute_Matrix_Determinant ( const float *  matrix  ) 

Parameters:
matrix - Input transformation matrix.
Returns:
value

DETAILS

Compute_Matrix_Determinant() takes a general 4x4 transformation and computes its determinant. If the determinant is zero, the matrix is singular.

NOTES

RESTRICTIONS

See also:
Compute_Coordinates, Compute_Matrix_Inverse, Compute_Normalized_Matrix, Compute_Transform, Set_Modelling_Matrix, Show_Device_Info

Main Index
Brief Index      Full Index      I.M. Functions