mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-31 21:30:51 -07:00
More work to get Boost.Polygon to compile
This commit is contained in:
parent
bf91f3096a
commit
f9642786d3
8 changed files with 360 additions and 36 deletions
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
namespace Slic3r {
|
||||
|
||||
inline bool
|
||||
Point::operator==(const Point& rhs) const {
|
||||
return this->coincides_with(rhs);
|
||||
}
|
||||
|
||||
void
|
||||
Point::scale(double factor)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue