Click or drag to resize

Int64LineSegmentGetDistance Method

[Missing <summary> documentation for "M:Altaxo.Geometry.Int64_2D.Int64LineSegment.GetDistance(ClipperLib.IntPoint,ClipperLib.IntPoint)"]


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

Parameters

p0  IntPoint

[Missing <param name="p0"/> documentation for "M:Altaxo.Geometry.Int64_2D.Int64LineSegment.GetDistance(ClipperLib.IntPoint,ClipperLib.IntPoint)"]

p1  IntPoint

[Missing <param name="p1"/> documentation for "M:Altaxo.Geometry.Int64_2D.Int64LineSegment.GetDistance(ClipperLib.IntPoint,ClipperLib.IntPoint)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Geometry.Int64_2D.Int64LineSegment.GetDistance(ClipperLib.IntPoint,ClipperLib.IntPoint)"]

See Also