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

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)
{