Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/CompGeom > API/Runtime/GeometryCore/CompGeom/FDelaunay2 > API/Runtime/GeometryCore/CompGeom/FDelaunay2/GetFilledTrianglesGeneralizedWin-
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/CompGeom/Delaunay2.h |
| Include | #include "CompGeom/Delaunay2.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/CompGeom/Delaunay2.cpp |
bool GetFilledTrianglesGeneralizedWinding
(
TArray < FIndex3i > & TrianglesOut,
TArrayView < const TVector2 < float > > Vertices,
TArrayView < const FIndex2i > Edges,
EFillMode FillMode
) const