Click or drag to resize

TriangulationUtilInScanArea Method

Determines whether pd lies within the scan area defined by the other three points.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool InScanArea(
	TriangulationPoint pa,
	TriangulationPoint pb,
	TriangulationPoint pc,
	TriangulationPoint pd
)

Parameters

pa  TriangulationPoint
The first triangle point.
pb  TriangulationPoint
The second triangle point.
pc  TriangulationPoint
The third triangle point.
pd  TriangulationPoint
The point to test.

Return Value

Boolean
if pd is inside the scan area; otherwise, .
See Also