Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
ConvexHull2d.h File Reference
#include "CoreTypes.h"
#include "Math/Vector2D.h"
#include "Math/Vector.h"
+ Include dependency graph for ConvexHull2d.h:
+ This graph shows which files directly or indirectly include this file:

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)