Click or drag to resize

DelaunayTriangleContains Method

Determines whether the specified point is one of the triangle vertices.

Namespace: Poly2Tri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Contains(
	TriangulationPoint p
)

Parameters

p  TriangulationPoint
The point to test.

Return Value

Boolean
if the point is a vertex of the triangle; otherwise, .
See Also