ConcaveHullDoLinesIntersectOrTouch Method |
Test if two line segments touch each other or intersect.
Namespace: Altaxo.Geometry.Int64_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool DoLinesIntersectOrTouch(
in Int64LineSegment a,
in Int64LineSegment b
)
Parameters
- a Int64LineSegment
- Line segment a.
- b Int64LineSegment
- Line segment b.
Return Value
BooleanTrue if the two line segments touch each other or intersect; otherwise, false.
See Also