E3DTransformMatrix::operator==

Checks if two E3DTransformMatrix objects are strictly equals (binary level).

Namespace: Euresys::Open_eVision::Easy3D

[C++]

bool operator==(
   const E3DTransformMatrix& other
)

Parameters

other

The other matrix.

E3DTransformMatrix.operator==

Checks if two E3DTransformMatrix objects are strictly equals (binary level).

Namespace: Euresys.Open_eVision.Easy3D

[C#]

bool operator==(
   Euresys.Open_eVision.Easy3D.E3DTransformMatrix other
)

Parameters

other

The other matrix.