Matrix2D.asArray Method
Parent Object: Matrix2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix2D.h>
Description
Returns the contents of the matrix as a 9 element array.
Syntax
"matrix2D_var" is a variable referencing a Matrix2D object.
|
Return Value
Type | Description |
double[] | Returns the array of matrix values. |