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