mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
Removed unused methods
This commit is contained in:
parent
055e90602e
commit
cfe49a20ad
4 changed files with 0 additions and 26 deletions
|
@ -122,7 +122,6 @@ public:
|
|||
void scale(const Vec3d &versor);
|
||||
void rotate(float angle, const Axis &axis);
|
||||
void rotate(float angle, const Vec3d& axis);
|
||||
void transform(const float* matrix3x4); // <<<<<<<<< FIXME (using eigen)
|
||||
void mirror(const Axis &axis);
|
||||
size_t materials_count() const;
|
||||
size_t facets_count() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue