UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CycleTriangulator.cpp File Reference

Namespaces

namespace  UE
 
namespace  UE::CADKernel
 
namespace  UE::CADKernel::Polygon
 

Functions

bool UE::CADKernel::IsCycleInsideCandidate (const FVector2d &Candidate, const FVector2d &Start, const FVector2d &End, const FVector2d &Next, TFunction< double(double)> ConvertSlope)
 
int32 UE::CADKernel::PreviousIndex2 (int32)
 
void UE::CADKernel::Polygon::MeshTriangle (const FGrid &Grid, FIsoNode **Nodes, FFaceMesh &Mesh)
 
void UE::CADKernel::Polygon::MeshQuadrilateral (const FGrid &Grid, FIsoNode **Nodes, FFaceMesh &Mesh)
 
void UE::CADKernel::Polygon::MeshPentagon (const FGrid &Grid, FIsoNode **Nodes, FFaceMesh &Mesh)