mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Merge branch 'acp-voronoi'
Conflicts: xs/xsp/my.map
This commit is contained in:
commit
3ff613d166
18 changed files with 509 additions and 18 deletions
|
@ -59,6 +59,14 @@ BoundingBox::polygon(Polygon* polygon) const
|
|||
polygon->points[3].y = this->max.y;
|
||||
}
|
||||
|
||||
Polygon
|
||||
BoundingBox::polygon() const
|
||||
{
|
||||
Polygon p;
|
||||
this->polygon(&p);
|
||||
return p;
|
||||
}
|
||||
|
||||
template <class PointClass> void
|
||||
BoundingBoxBase<PointClass>::scale(double factor)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue