More files for convex_hull
This commit is contained in:
12
xs/src/Geometry.hpp
Normal file
12
xs/src/Geometry.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef slic3r_Geometry_hpp_
|
||||
#define slic3r_Geometry_hpp_
|
||||
|
||||
#include "Polygon.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
void convex_hull(Points points, Polygon &hull);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user