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

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;