|
PointSquaredDistanceTo Method
|
Calculate squared Euclidean distance between two points.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public float SquaredDistanceTo(
Point anotherPoint
)
Public Function SquaredDistanceTo (
anotherPoint As Point
) As Single
Request Example
View SourceParameters
- anotherPoint
- Type: AccordPoint
Point to calculate distance to.
Return Value
Type:
SingleReturns squared Euclidean distance between this point and
anotherPoint points.
See Also