mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-27 11:54:41 +03:00
1st attempt of perl callback from c++ for 3DScene
This commit is contained in:
@@ -94,6 +94,9 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user