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,
38 std::vector<unsigned int> &convexHull);
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);