1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

Removed unused methods

This commit is contained in:
Enrico Turri
2018-08-28 15:19:53 +02:00
parent 055e90602e
commit cfe49a20ad
4 changed files with 0 additions and 26 deletions
-1
View File
@@ -48,7 +48,6 @@ public:
void mirror_x() { this->mirror(X); }
void mirror_y() { this->mirror(Y); }
void mirror_z() { this->mirror(Z); }
void transform(const float* matrix3x4);
void align_to_origin();
void rotate(double angle, Point* center);
TriangleMeshPtrs split() const;