|
DoublePointDistanceTo Method
|
Calculate Euclidean distance between two points.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public double DistanceTo(
DoublePoint anotherPoint
)
Public Function DistanceTo (
anotherPoint As DoublePoint
) As Double
Request Example
View SourceParameters
- anotherPoint
- Type: AccordDoublePoint
Point to calculate distance to.
Return Value
Type:
DoubleReturns Euclidean distance between this point and
anotherPoint points.
See Also