EPointCloud::AddPoint

Adds a point to the EPointCloud.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void AddPoint(
   const E3DPoint& point
)

Parameters

point

The E3DPoint to add to the point cloud.

EPointCloud.AddPoint

Adds a point to the EPointCloud.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void AddPoint(
   Euresys.Open_eVision.Easy3D.E3DPoint point
)

Parameters

point

The E3DPoint to add to the point cloud.