interface for the GLC_Matrix4x4 class. More...
#include <QVector>#include "glc_vector3d.h"#include "../glc_config.h"Go to the source code of this file.
Classes | |
| class | GLC_Matrix4x4 |
| GLC_Matrix4x4 is a 4 dimensions Matrix. More... | |
Functions | |
| double | getDeterminant3x3 (const double *Mat3x3) |
| Return the determinant of the given Matrix 3X3. | |
interface for the GLC_Matrix4x4 class.
Definition in file glc_matrix4x4.h.
| double getDeterminant3x3 | ( | const double * | Mat3x3 | ) | [inline] |
Return the determinant of the given Matrix 3X3.
Definition at line 282 of file glc_matrix4x4.h.
Referenced by GLC_Matrix4x4::determinant(), GLC_Matrix4x4::getCoMat4x4(), and GLC_Matrix4x4::getDeterminantLC().