E3DPoint::SquareDistanceTo

Returns the euclidean squared distance to another E3DPoint.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

float SquareDistanceTo(
   const E3DPoint& point
)

Parameters

point

The other point.

E3DPoint.SquareDistanceTo

Returns the euclidean squared distance to another E3DPoint.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

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

Parameters

point

The other point.