UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CADKernel::FBowyerWatsonTriangulator::FTriangle Struct Reference

#include <BowyerWatsonTriangulator.h>

Public Member Functions

 FTriangle (const int32 &Index0, const int32 &Index1, const int32 &Index2, const TArray< TPair< int32, FVector2d > > &InVertices)
 
void Set (const int32 &Index0, const int32 &Index1, const int32 &Index2, const TArray< TPair< int32, FVector2d > > &InVertices)
 

Public Attributes

int32 VertexIndices [3]
 
double SquareRadius
 
FVector Center
 

Constructor & Destructor Documentation

◆ FTriangle()

UE::CADKernel::FBowyerWatsonTriangulator::FTriangle::FTriangle ( const int32 Index0,
const int32 Index1,
const int32 Index2,
const TArray< TPair< int32, FVector2d > > &  InVertices 
)
inline

Member Function Documentation

◆ Set()

void UE::CADKernel::FBowyerWatsonTriangulator::FTriangle::Set ( const int32 Index0,
const int32 Index1,
const int32 Index2,
const TArray< TPair< int32, FVector2d > > &  InVertices 
)
inline

Member Data Documentation

◆ Center

FVector UE::CADKernel::FBowyerWatsonTriangulator::FTriangle::Center

◆ SquareRadius

double UE::CADKernel::FBowyerWatsonTriangulator::FTriangle::SquareRadius

◆ VertexIndices

int32 UE::CADKernel::FBowyerWatsonTriangulator::FTriangle::VertexIndices[3]

The documentation for this struct was generated from the following file: