FGeomTools2D::TriangulatePoly

Triangulate a polygon. Check notes in implementation.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeomTools.h

Include

#include "GeomTools.h"

Source

/Engine/Source/Runtime/Engine/Private/GeomTools.cpp

Syntax

static bool TriangulatePoly
(
    TArray< FVector2D > & OutTris,
    const TArray< FVector2D > & PolygonVertices,
    bool bKeepColinearVertices
)

Remarks

Triangulate a polygon. Check notes in implementation.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss