Click or drag to resize

ConcaveHullDoesPointTouchLine Method

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


Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool DoesPointTouchLine(
	 in IntPoint b,
	 in Int64LineSegment a
)

Parameters

b  IntPoint

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

a  Int64LineSegment

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

Return Value

Boolean

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

See Also