Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Compute_Matrix_Determinant

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...
 

Detailed Description

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
double DCompute_Matrix_Determinant ( const double *  matrix)

Similar to Compute_Matrix_Determinant(), but operates on double-precision data.

Parameters
matrix- Input transformation matrix.
Returns
value