<Float64MatrixDataCapture> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » DataCapture » Float64MatrixDataCapture

Object Members

Object members are as follows:

Type Name Accessor Name Documentation
int32ColsSets or gets the number of cols in the matrix. For example: 2 is mat2xN, 3 is mat3xN, and 4 is mat4xN.
int32RowsSets or gets the number of rows in the matrix. For example: 2 is matNx2, 3 is matNx3, and 4 is matNx4.