ConcaveHullDoesPointTouchLine Method |
Determines whether a point touches a line segment.
Namespace: Altaxo.Geometry.Int64_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static bool DoesPointTouchLine(
in Point64 b,
in Int64LineSegment a
)
Parameters
- b Point64
- The point to test.
- a Int64LineSegment
- The line segment.
Return Value
BooleanTrue if the point touches the line segment; otherwise, false.
See Also