Loading...
Searching...
No Matches
Go to the source code of this file.
|
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) |
|