E3DPoint::E3DPoint

Constructs a default E3DPoint object.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void E3DPoint(
)

void E3DPoint(
   float x,
   float y,
   float z
)

Parameters

x

X coordinate of the point.

y

Y coordinate of the point.

z

Z coordinate of the point.

Remarks

If the default constructor is used, the point is initialized to (0, 0, 0).

E3DPoint.E3DPoint

Constructs a default E3DPoint object.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void E3DPoint(
)

void E3DPoint(
   float x,
   float y,
   float z
)

Parameters

x

X coordinate of the point.

y

Y coordinate of the point.

z

Z coordinate of the point.

Remarks

If the default constructor is used, the point is initialized to (0, 0, 0).