CompGeom

Windows
MacOS
Linux

Functions

Name Description

Public function

void

 

PolygonTriangulation::ComputePolygonPlane

(
    const TArray< FVector3< RealType >>...,
    FVector3< RealType >& PlaneNormalO...,
    FVector3< RealType >& PlanePointOu...
)

Public function

void

 

PolygonTriangulation::TriangulateSimplePolygon

(
    const TArray< FVector2< RealType >>...,
    TArray< FIndex3i >& OutTriangles
)

Compute triangulation of simple 2D polygon using ear-clipping

Public function

void

 

PolygonTriangulation::TriangulateSimplePolygon

(
    const TArray< FVector3< RealType >>...,
    TArray< FIndex3i >& OutTriangles
)

Compute triangulation of 3D simple polygon using ear-clipping

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