1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00

Ported TriangleMesh::scale_xyz()

This commit is contained in:
Alessandro Ranellucci
2013-09-09 23:38:49 +02:00
parent 5e34a9cf21
commit 9b12d6037a
7 changed files with 45 additions and 17 deletions
+1
View File
@@ -23,6 +23,7 @@ class TriangleMesh
void repair();
void WriteOBJFile(char* output_file);
void scale(float factor);
void scale(std::vector<double> versor);
void translate(float x, float y, float z);
void align_to_origin();
void rotate(double angle, Point* center);