Click or drag to resize

PointD2DDistanceTo Method

Calculates the distance between this point and another point.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double DistanceTo(
	PointD2D p
)

Parameters

p  PointD2D
Other point.

Return Value

Double
The distance between this point and point p.
See Also