Click or drag to resize

ConcaveHullDoesPointTouchLine Method

Determines whether a point touches a line segment.

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

Parameters

b  Point64
The point to test.
a  Int64LineSegment
The line segment.

Return Value

Boolean
True if the point touches the line segment; otherwise, false.
See Also