Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
| Include | #include "GeomTools.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GeomTools.cpp |
namespace FGeomTools
{
void FGeomTools::Buid2DPolysFromEdges
(
TArray < FUtilPoly2D > & OutPolys,
const TArray < FUtilEdge2D > & InEdges,
const FColor & VertColor
)
}
Remarks
Given a set of edges, find the set of closed polygons created by them.