E3DPoint::operator!=

Checks if two E3DPoint are strictly different.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

bool operator!=(
   const E3DPoint& point
)

Parameters

point

The other point.

E3DPoint.operator!=

Checks if two E3DPoint are strictly different.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

bool operator!=(
   Euresys.Open_eVision.Easy3D.E3DPoint point
)

Parameters

point

The other point.