![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Namespaces | |
| namespace | ConvexHull2D |
Functions | |
| template<typename VectorType , typename Allocator > | |
| void | ConvexHull2D::ComputeConvexHull (const TArray< VectorType, Allocator > &Points, TArray< int32, Allocator > &OutIndices) |
| FVector::FReal | ConvexHull2D::ComputeDeterminant (const FVector &A, const FVector &B, const FVector &C) |
| bool | ConvexHull2D::ComparePoints (const FVector &A, const FVector &B) |
| template<typename Allocator > | |
| void | ConvexHull2D::ComputeConvexHullLegacy (const TArray< FVector, Allocator > &Points, TArray< int32, Allocator > &OutIndices) |
| FVector2D::FReal | ConvexHull2D::ComputeDeterminant2D (const FVector2D &A, const FVector2D &B, const FVector2D &C) |
| template<typename Allocator > | |
| void | ConvexHull2D::ComputeConvexHullLegacy2 (const TArray< FVector2D, Allocator > &Points, TArray< int32, Allocator > &OutIndices) |