Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/FDelaunay2
| Type | Name | Description | |
|---|---|---|---|
| TArray< FIndex3i > | GetFilledTriangles
(
TArrayView< const FIndex2i > Edges, |
Return the triangles that are inside the given edges, removing the outer boundary triangles If a Winding-Number-based fill mode is used, assumes edges are oriented and tracks the winding number across edges | |
| bool | GetFilledTriangles
(
TArray< FIndex3i >& TrianglesOut, |
Get (by reference) the triangles that are inside the given edges, removing the outer boundary triangles If a Winding-Number-based fill mode is used, assumes edges are oriented and tracks the winding number across edges | |
| bool | GetFilledTriangles
(
TArray< FIndex3i >& TrianglesOut, |
Get (by reference) the triangles that are inside the given edges, removing the outside-boundary triangles and the inside-hole triangles |