DelaunayTriangleContains Method |
Determines whether the specified point is one of the triangle vertices.
Namespace: Poly2TriAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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