Share

Matrix2D.determinant Property

Parent Object: Matrix2D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix2D.h>

Description

Returns the determinant of the matrix.

Syntax

"matrix2D_var" is a variable referencing a Matrix2D object.

# Get the value of the property.
propertyValue = matrix2D_var.determinant

Property Value

This is a read only property whose value is a double.

Version

Introduced in version August 2014

Was this information helpful?