|
Yasiu Math 1
Collection of mathematic functions that help create game mechanics and procedural tools
|
Functions | |
| template<typename T> | |
| static std::vector< int > | ConvexHull2D (const std::vector< std::pair< T, T > > &polygonPoints) |
Collection of convex hull functions
|
static |
Find Convex Hull in 2D space
| T | numeric type of points |
| polygonPoints | collection of points X,Y |