Matrix2D.setCell Method

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

Description

Sets the specified cell in the 3x3 matrix to the specified value.

Syntax

"matrix2D_var" is a variable referencing a Matrix2D object.
returnValue = matrix2D_var.setCell(row, column, value)
"matrix2D_var" is a variable referencing a Matrix2D object.

#include <Core/Geometry/Matrix2D.h>

returnValue = matrix2D_var->setCell(row, column, value);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
row integer The index of the row. The first row has an index of 0.
column integer The index of the column. The first column has an index of 0
value double The new value of the cell.

Version

Introduced in version August 2014