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
{
bool FGeomTools::TriangulatePoly
(
TArray < FClipSMTriangle > & OutTris,
const FClipSMPolygon & InPoly,
bool bKeepColinearVertices
)
}
Remarks
Given a polygon, decompose into triangles and append to OutTris. Given a polygon, decompose into triangles and append to OutTris. true if the triangulation was successful.