E3DPoint Struct

Represents a 3D point with floating point coordinates.

Namespace: Euresys::Open_eVision::Easy3D

Properties

X
X coordinate of the point.
Y
Y coordinate of the point.
Z
Z coordinate of the point.

Methods

Returns the euclidean distance to another E3DPoint.
Returns the euclidean distance between the E3DPoint and a segment represented by 2 other E3DPoint.
Constructs a default E3DPoint object.
Loads the E3DPoint.
Checks if two E3DPoint are strictly different.
Checks if two E3DPoint are strictly equal.
Saves the E3DPoint.
Returns the euclidean squared distance to another E3DPoint.

E3DPoint Struct

Represents a 3D point with floating point coordinates.

Namespace: Euresys.Open_eVision.Easy3D

Properties

X
X coordinate of the point.
Y
Y coordinate of the point.
Z
Z coordinate of the point.

Methods

Returns the euclidean distance to another E3DPoint.
Returns the euclidean distance between the E3DPoint and a segment represented by 2 other E3DPoint.
Constructs a default E3DPoint object.
Loads the E3DPoint.
Checks if two E3DPoint are strictly different.
Checks if two E3DPoint are strictly equal.
Saves the E3DPoint.
Returns the euclidean squared distance to another E3DPoint.