mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-19 03:59:07 -07:00
New coverage detection for bridges. Includes implementation of ExPolygon::get_trapezoids()
This commit is contained in:
@@ -38,7 +38,7 @@ Line::translate(double x, double y)
|
||||
}
|
||||
|
||||
void
|
||||
Line::rotate(double angle, Point* center)
|
||||
Line::rotate(double angle, const Point ¢er)
|
||||
{
|
||||
this->a.rotate(angle, center);
|
||||
this->b.rotate(angle, center);
|
||||
|
||||
Reference in New Issue
Block a user