E3DTransformMatrix::operator+

E3DTransformMatrix sum. Sums the current and the given matrix, returns the result.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DTransformMatrix operator+(
   const E3DTransformMatrix& matrix
)

Parameters

matrix

Matrix to add with the current matrix.

E3DTransformMatrix.operator+

E3DTransformMatrix sum. Sums the current and the given matrix, returns the result.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DTransformMatrix operator+(
   Euresys.Open_eVision.Easy3D.E3DTransformMatrix matrix
)

Parameters

matrix

Matrix to add with the current matrix.