1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

More work to get Boost.Polygon to compile

This commit is contained in:
Alessandro Ranellucci
2014-01-09 19:56:12 +01:00
parent bf91f3096a
commit f9642786d3
8 changed files with 360 additions and 36 deletions
+5
View File
@@ -4,6 +4,11 @@
namespace Slic3r {
inline bool
Point::operator==(const Point& rhs) const {
return this->coincides_with(rhs);
}
void
Point::scale(double factor)
{