/** * \file cgal/internal/polygons.h * \brief manipulation of text, and Interconversion between text and numbers * Copyright 2007-2013 IMP Inventors. All rights reserved. */ #ifndef IMPCGAL_INTERNAL_POLYGONS_H #define IMPCGAL_INTERNAL_POLYGONS_H #include #include #include #include #include IMPCGAL_BEGIN_INTERNAL_NAMESPACE IMPCGALEXPORT algebra::Vector3Ds get_intersection(const algebra::Vector3D &normal, double d, const algebra::BoundingBoxD<3> &bb); IMPCGALEXPORT Ints get_convex_polygons(const Ints &indexes, const algebra::Vector3Ds &vertices); IMPCGAL_END_INTERNAL_NAMESPACE #endif /* IMPCGAL_INTERNAL_POLYGONS_H */