EPointCloud::GetPoint

Retrieves a point from the EPointCloud.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DPoint GetPoint(
   OEV_UINT32 index
)

Parameters

index

Index of the point to be retrieved.

EPointCloud.GetPoint

Retrieves a point from the EPointCloud.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DPoint GetPoint(
   uint index
)

Parameters

index

Index of the point to be retrieved.