Collapse All
Expand All
C#
AForge.NET Framework
IntPoint
.
.
::
.
DistanceTo Method
IntPoint Structure
See Also
Send Feedback
Calculate Euclidean distance between two points.
Namespace:
AForge
Assembly:
AForge
(in AForge.dll) Version: 2.1.4.0 (2.1.4.0)
Syntax
C#
public
double
DistanceTo
(
IntPoint
anotherPoint
)
Parameters
anotherPoint
Type:
AForge
.
.
::
.
IntPoint
Point to calculate distance to.
Return Value
Returns Euclidean distance between this point and
anotherPoint
points.
See Also
IntPoint Structure
AForge Namespace