E3DTransformMatrix::SetValue

Sets a value in the E3DTransformMatrix object.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SetValue(
   OEV_UINT32 column,
   OEV_UINT32 row,
   float value
)

Parameters

column

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

row

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

value

Value to set.

E3DTransformMatrix.SetValue

Sets a value in the E3DTransformMatrix object.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SetValue(
   uint column,
   uint row,
   float value
)

Parameters

column

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

row

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

value

Value to set.