Matrix2D.setWithArray Method
Parent Object:
Matrix2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix2D.h>
Description
Sets the contents of the array using a 9 element array.
Syntax
"matrix2D_var" is a variable referencing a Matrix2D object.returnValue = matrix2D_var.setWithArray(cells)
|
"matrix2D_var" is a variable referencing a Matrix2D object.
#include <Core/Geometry/Matrix2D.h>
returnValue = matrix2D_var->setWithArray(cells);
|
Return Value
boolean |
Returns true if successful. |
Parameters
cells |
double[] |
The array of cell values. |
Version
Introduced in version August 2014