mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
More work to get Boost.Polygon to compile
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
inline bool
|
||||
Point::operator==(const Point& rhs) const {
|
||||
return this->coincides_with(rhs);
|
||||
}
|
||||
|
||||
void
|
||||
Point::scale(double factor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user