#ifndef Triangulation_h #define Triangulation_h #include #include namespace MeshGenerator { std::vector triangulatePolygon(std::vector const &points, std::vector &indices, std::vector> const &holeIndices); } #endif /* Triangulation_h */