![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
|
inline |
|
inline |
| FVector UE::CADKernel::FBowyerWatsonTriangulator::FTriangle::Center |
| double UE::CADKernel::FBowyerWatsonTriangulator::FTriangle::SquareRadius |
| int32 UE::CADKernel::FBowyerWatsonTriangulator::FTriangle::VertexIndices[3] |