Collapse All
Expand All
Members: Show All
Members: Filtered
Members: Filtered
Members: Filtered
C#
Include Protected Members
Include Inherited Members
AForge.NET Framework
Drawing
.
.
::
.
Polyline Method
Drawing Class
See Also
Send Feedback
Calculate squared Euclidean distance between two points.
Namespace:
AForge
Assembly:
AForge
(in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C#
public
float
SquaredDistanceTo
(
Point
anotherPoint
)
Parameters
anotherPoint
Type:
AForge
.
.
::
.
Point
Point to calculate distance to.
Return Value
Returns squared Euclidean distance between this point and
anotherPoint
points.
See Also
Point Structure
AForge Namespace