mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
C++ code cleanup
This commit is contained in:
parent
f8664fce71
commit
0faaef76e8
11 changed files with 2 additions and 1160 deletions
|
@ -94,9 +94,7 @@ public:
|
|||
void translate(const Pointf3 &pos) { this->translate(pos.x, pos.y, pos.z); }
|
||||
void offset(coordf_t delta);
|
||||
PointClass center() const;
|
||||
//######################################################################################################################################33
|
||||
coordf_t max_size() const;
|
||||
//######################################################################################################################################33
|
||||
|
||||
bool contains(const PointClass &point) const {
|
||||
return BoundingBoxBase<PointClass>::contains(point) && point.z >= this->min.z && point.z <= this->max.z;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue