![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
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::container > | EmptyVoroContainerInit (int32 ExpectedNumSites, FBox &BoundingBox, double BoundingBoxSlack=VoronoiDefaultBoundingBoxSlack) |
| TPimplPtr< voro::container > | StandardVoroContainerInit (const TArrayView< const FVector > &Sites, FBox &BoundingBox, double BoundingBoxSlack=VoronoiDefaultBoundingBoxSlack, double SquaredDistSkipPtThreshold=0.0f) |
Variables | |
| constexpr double | VoronoiDefaultBoundingBoxSlack = .01f |
| TPimplPtr< voro::container > THIRD_PARTY_INCLUDES_END::EmptyVoroContainerInit | ( | int32 | ExpectedNumSites, |
| FBox & | BoundingBox, | ||
| double | BoundingBoxSlack = VoronoiDefaultBoundingBoxSlack |
||
| ) |
| void THIRD_PARTY_INCLUDES_END::PutSites | ( | voro::container * | Container, |
| const TArrayView< const FVector > & | Sites, | ||
| int32 | Offset | ||
| ) |
| int32 THIRD_PARTY_INCLUDES_END::PutSitesWithDistanceCheck | ( | voro::container * | Container, |
| const TArrayView< const FVector > & | Sites, | ||
| int32 | Offset, | ||
| double | SquaredDistThreshold = 1e-4 |
||
| ) |
| FBox THIRD_PARTY_INCLUDES_END::SafeInitBounds | ( | const TArrayView< const FVector > & | Points | ) |
| TPimplPtr< voro::container > THIRD_PARTY_INCLUDES_END::StandardVoroContainerInit | ( | const TArrayView< const FVector > & | Sites, |
| FBox & | BoundingBox, | ||
| double | BoundingBoxSlack = VoronoiDefaultBoundingBoxSlack, |
||
| double | SquaredDistSkipPtThreshold = 0.0f |
||
| ) |