19 #ifndef TLP_GEO_CONVEX_HULL_H 20 #define TLP_GEO_CONVEX_HULL_H 22 #include <tulip/Coord.h> 37 TLP_SCOPE
void convexHull(
const std::vector<Coord> &points,
52 TLP_SCOPE
void convexHull(
const std::vector<Coord> &points,
53 std::vector<std::vector<unsigned int> > &convexHullFacets,
54 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