E3DPlane::ProjectPoint

Returns the position of the given point projected on the plane.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DPoint ProjectPoint(
   const E3DPoint& point
)

Parameters

point

The 3D point to project on plane.

E3DPlane.ProjectPoint

Returns the position of the given point projected on the plane.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DPoint ProjectPoint(
   Euresys.Open_eVision.Easy3D.E3DPoint point
)

Parameters

point

The 3D point to project on plane.