inOutStatus
(Not recommended) Status of triangles in 2-D constrained Delaunay triangulation
inOutStatus(DelaunayTri)
is not recommended. Use isInterior(delaunayTriangulation)
instead.
DelaunayTri
is not recommended. Use delaunayTriangulation
instead.
Syntax
Description
IN = inOutStatus(
returns the in/out status
of the triangles in a 2-D constrained Delaunay triangulation of a geometric domain. The
DT
)i
'th triangle in the triangulation is classified as inside the domain
if IN(i) = 1
and outside otherwise.
Note
inOutStatus
is only relevant for 2-D constrained
Delaunay triangulations where the imposed edge constraints bound a closed geometric
domain.
Examples
Input Arguments
Tips
inOutStatus
can produce incorrect or inconsistent results when boundary constraints intersect or overlap. To avoid this behavior, use constraints that form one or multiple closed boundaries that do not intersect or overlap. When boundary constraints are nested without intersections or overlaps, the inside or outside status alternates across the boundaries.
Version History
Introduced in R2009a