Click or drag to resize

TriangulationUtilSmartIncircle Method

Determines whether pd lies inside the circumcircle of the triangle defined by pa, pb, and pc.

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

Parameters

pa  TriangulationPoint
The first triangle point, opposite pd.
pb  TriangulationPoint
The second triangle point.
pc  TriangulationPoint
The third triangle point.
pd  TriangulationPoint
The point tested against the circumcircle of the triangle, opposite pa.

Return Value

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