E3DTransformMatrix::GetValue

Gets a value from the E3DTransformMatrix object.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

float GetValue(
   OEV_UINT32 column,
   OEV_UINT32 row
)

Parameters

column

Column of the value to get, from 0 to 3.

row

Row of the value to get, from 0 to 3.

E3DTransformMatrix.GetValue

Gets a value from the E3DTransformMatrix object.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

float GetValue(
   uint column,
   uint row
)

Parameters

column

Column of the value to get, from 0 to 3.

row

Row of the value to get, from 0 to 3.