/** * \file cgal/internal/polygons.h * \brief manipulation of text, and Interconversion between text and numbers * Copyright 2007-2010 IMP Inventors. All rights reserved. */ #ifndef IMPCGAL_INTERNAL_POLYGONS_H #define IMPCGAL_INTERNAL_POLYGONS_H #include "../cgal_config.h" #include #include #include IMPCGAL_BEGIN_INTERNAL_NAMESPACE IMPCGALEXPORT std::pair > >, algebra::VectorD<3> > get_convex_polygons(const std::vector > &poly); IMPCGAL_END_INTERNAL_NAMESPACE #endif /* IMPCGAL_INTERNAL_POLYGONS_H */