Click or drag to resize

ConcaveHullDoLinesIntersectOrTouch Method

Test if two line segments touch each other or intersect.

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

Parameters

a  Int64LineSegment
Line segment a.
b  Int64LineSegment
Line segment b.

Return Value

Boolean
True if the two line segments touch each other or intersect; otherwise, false.
See Also