mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
More files for convex_hull
This commit is contained in:
parent
4577f0725c
commit
5309e3ef22
4 changed files with 103 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue