PrusaSlicer-NonPlainar/xs/src/Geometry.hpp

13 lines
162 B
C++
Raw Normal View History

2013-11-22 21:38:30 +00:00
#ifndef slic3r_Geometry_hpp_
#define slic3r_Geometry_hpp_
#include "Polygon.hpp"
namespace Slic3r {
void convex_hull(Points points, Polygon &hull);
}
#endif