Technical Overview
Release Notes
Device Guide
Programming Guide
Reference Manual
HOOPS 3DF
TechSoft3d
SEARCH:
HOOPS/3dGS Reference Manual
Brief Index
Full Index
Events 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
Brief Index
Full Index
Events Index
I.M. Reference