Extracted MedialAxis code from Geometry.cpp/hpp, moved to its own

files to Geometry/
Moved other Voronoi files to Geometry/
This commit is contained in:
Vojtech Bubnik 2021-10-27 16:02:36 +02:00
parent 497905406b
commit cf7b6fb19a
12 changed files with 789 additions and 762 deletions

View file

@ -1,7 +1,7 @@
#include "BoundingBox.hpp"
#include "ExPolygon.hpp"
#include "Exception.hpp"
#include "Geometry.hpp"
#include "Geometry/MedialAxis.hpp"
#include "Polygon.hpp"
#include "Line.hpp"
#include "ClipperUtils.hpp"