EPoint::SquaredDistance
Compute the squared distance between two EPoint.
Namespace: Euresys::Open_eVision_2_6
[C++]
float SquaredDistance(
const EPoint& Point
)
Parameters
Point
Second EPoint.
Remarks
Compute the sum of squared coordinates differences of two EPoint. If the axis frame is orthogonal, this number is also the squared euclidian distance between two EPoint.
EPoint.SquaredDistance
Compute the squared distance between two EPoint.
Namespace: Euresys.Open_eVision_2_6
[C#]
float SquaredDistance(
Euresys.Open_eVision_2_6.EPoint Point
)
Parameters
Point
Second EPoint.
Remarks
Compute the sum of squared coordinates differences of two EPoint. If the axis frame is orthogonal, this number is also the squared euclidian distance between two EPoint.