Int64LineSegmentGetDistance Method |
Gets the Euclidean distance between two points.
Namespace: Altaxo.Geometry.Int64_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double GetDistance(
Point64 p0,
Point64 p1
)
Parameters
- p0 Point64
- The first point.
- p1 Point64
- The second point.
Return Value
DoubleThe distance between
p0 and
p1.
See Also