mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Move Geometry.cpp to Slic3r::Geometry namespace
This commit is contained in:
parent
30297ee4dc
commit
3a5e4931cc
3 changed files with 8 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
#include <algorithm>
|
||||
#include <map>
|
||||
|
||||
namespace Slic3r {
|
||||
namespace Slic3r { namespace Geometry {
|
||||
|
||||
static bool
|
||||
sort_points (Point a, Point b)
|
||||
|
@ -80,4 +80,4 @@ chained_path(Points &points, std::vector<Points::size_type> &retval)
|
|||
chained_path(points, retval, points.front());
|
||||
}
|
||||
|
||||
}
|
||||
} }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue