Matrix3D.getCell Method
Parent Object:
Matrix3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix3D.h>
Description
Gets the value of the specified cell in the 4x4 matrix.
Syntax
"matrix3D_var" is a variable referencing a Matrix3D object.returnValue = matrix3D_var.getCell(row, column)
|
"matrix3D_var" is a variable referencing a Matrix3D object.
#include <Core/Geometry/Matrix3D.h>
returnValue = matrix3D_var->getCell(row, column);
|
Return Value
double |
The cell value at [row][column]. |
Parameters
row |
integer |
The index of the row. The first row has in index of 0 |
column |
integer |
The index of the column. The first column has an index of 0 |
Version
Introduced in version August 2014