mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 19:28:14 -06:00
Avoid crossing perimeters: Further refactoring for clarity, code review.
This commit is contained in:
parent
62ab17bf6e
commit
f206b743fd
8 changed files with 363 additions and 393 deletions
|
@ -47,9 +47,9 @@ private:
|
|||
// Collection of boundaries used for detection of crossing perimetrs for travels outside object
|
||||
Polygons m_boundaries_external;
|
||||
// Bounding box of m_boundaries
|
||||
BoundingBox m_bbox;
|
||||
BoundingBoxf m_bbox;
|
||||
// Bounding box of m_boundaries_external
|
||||
BoundingBox m_bbox_external;
|
||||
BoundingBoxf m_bbox_external;
|
||||
EdgeGrid::Grid m_grid;
|
||||
EdgeGrid::Grid m_grid_external;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue