UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
THIRD_PARTY_INCLUDES_END Namespace Reference

Functions

FBox SafeInitBounds (const TArrayView< const FVector > &Points)
 
void PutSites (voro::container *Container, const TArrayView< const FVector > &Sites, int32 Offset)
 
int32 PutSitesWithDistanceCheck (voro::container *Container, const TArrayView< const FVector > &Sites, int32 Offset, double SquaredDistThreshold=1e-4)
 
TPimplPtr< voro::containerEmptyVoroContainerInit (int32 ExpectedNumSites, FBox &BoundingBox, double BoundingBoxSlack=VoronoiDefaultBoundingBoxSlack)
 
TPimplPtr< voro::containerStandardVoroContainerInit (const TArrayView< const FVector > &Sites, FBox &BoundingBox, double BoundingBoxSlack=VoronoiDefaultBoundingBoxSlack, double SquaredDistSkipPtThreshold=0.0f)
 

Variables

constexpr double VoronoiDefaultBoundingBoxSlack = .01f
 

Function Documentation

◆ EmptyVoroContainerInit()

TPimplPtr< voro::container > THIRD_PARTY_INCLUDES_END::EmptyVoroContainerInit ( int32  ExpectedNumSites,
FBox BoundingBox,
double  BoundingBoxSlack = VoronoiDefaultBoundingBoxSlack 
)

◆ PutSites()

void THIRD_PARTY_INCLUDES_END::PutSites ( voro::container Container,
const TArrayView< const FVector > &  Sites,
int32  Offset 
)

◆ PutSitesWithDistanceCheck()

int32 THIRD_PARTY_INCLUDES_END::PutSitesWithDistanceCheck ( voro::container Container,
const TArrayView< const FVector > &  Sites,
int32  Offset,
double  SquaredDistThreshold = 1e-4 
)

◆ SafeInitBounds()

FBox THIRD_PARTY_INCLUDES_END::SafeInitBounds ( const TArrayView< const FVector > &  Points)

◆ StandardVoroContainerInit()

TPimplPtr< voro::container > THIRD_PARTY_INCLUDES_END::StandardVoroContainerInit ( const TArrayView< const FVector > &  Sites,
FBox BoundingBox,
double  BoundingBoxSlack = VoronoiDefaultBoundingBoxSlack,
double  SquaredDistSkipPtThreshold = 0.0f 
)

Variable Documentation

◆ VoronoiDefaultBoundingBoxSlack

constexpr double THIRD_PARTY_INCLUDES_END::VoronoiDefaultBoundingBoxSlack = .01f
constexpr