E3DSphere::DistanceTo

Computes the distance between a E3DPoint and the sphere, defined as the distance to the nearest point of the sphere.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

float DistanceTo(
   const E3DPoint& point
)

Parameters

point

The 3D point to measure the distance to.

E3DSphere.DistanceTo

Computes the distance between a E3DPoint and the sphere, defined as the distance to the nearest point of the sphere.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

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

Parameters

point

The 3D point to measure the distance to.