EPointCloud::AddPoints

Adds a vector of points to the EPointCloud.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void AddPoints(
   const std::vector<Euresys::Open_eVision::Easy3D::E3DPoint>& points
)

Parameters

points

Vector of E3DPoint to add to the point cloud.

EPointCloud.AddPoints

Adds a vector of points to the EPointCloud.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void AddPoints(
   Euresys.Open_eVision.Easy3D.E3DPoint[] points
)

Parameters

points

Vector of E3DPoint to add to the point cloud.