Matrix3D.determinant Property
Parent Object:
Matrix3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix3D.h>
Description
Returns the determinant of the matrix.
Syntax
"matrix3D_var" is a variable referencing a Matrix3D object.
# Get the value of the property. propertyValue = matrix3D_var.determinant
|
"matrix3D_var" is a variable referencing a Matrix3D object.
#include <Core/Geometry/Matrix3D.h>
// Get the value of the property. double propertyValue = matrix3D_var->determinant();
|
Property Value
This is a read only property whose value is a double.
Version
Introduced in version August 2014