Click or drag to resize

Int64LineSegmentGetDistance Method

Gets the Euclidean distance between two points.

Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double GetDistance(
	Point64 p0,
	Point64 p1
)

Parameters

p0  Point64
The first point.
p1  Point64
The second point.

Return Value

Double
The distance between p0 and p1.
See Also