mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 08:12:39 -07:00
Ported Polygon->split_at()
This commit is contained in:
@@ -26,7 +26,7 @@ Point::rotate(double angle, Point* center)
|
||||
}
|
||||
|
||||
bool
|
||||
Point::coincides_with(Point* point)
|
||||
Point::coincides_with(const Point* point) const
|
||||
{
|
||||
return this->x == point->x && this->y == point->y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user