PointD2DDistanceTo Method |
Calculates the distance between this point and another point.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double DistanceTo(
PointD2D p
)
Parameters
- p PointD2D
- Other point.
Return Value
DoubleThe distance between this point and point p.
See Also