19 #ifndef TLP_GEO_CONVEX_HULL_H
20 #define TLP_GEO_CONVEX_HULL_H
22 #include <tulip/Coord.h>
53 TLP_SCOPE
void convexHull(
const std::vector<Coord> &points,
54 std::vector<std::vector<unsigned int>> &convexHullFacets,
55 std::vector<std::vector<unsigned int>> &facetNeighbors);
void convexHull(const std::vector< Coord > &points, std::vector< unsigned int > &convexHull)
function for computing a 2D convex hull