E3DPlane::DistanceTo

Returns the signed distance between the plane and a given point.
A positive distance means that the vector connecting the plane to the point has the same direction as the normal while a negative distance means that it has the opposite direction.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

float DistanceTo(
   const E3DPoint& point
)

Parameters

point

The 3D point to measure the distance to.

E3DPlane.DistanceTo

Returns the signed distance between the plane and a given point.
A positive distance means that the vector connecting the plane to the point has the same direction as the normal while a negative distance means that it has the opposite direction.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

float DistanceTo(
   Euresys.Open_eVision.Easy3D.E3DPoint point
)

Parameters

point

The 3D point to measure the distance to.