Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-08-05 21:22:33 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-08-05 21:22:33 +0400
commit9d50616c7dc3060ef54360173a9d13325fd3e45e (patch)
tree6759c2bc79524eaca3304519df4a8e1d713fb9e6 /xs/src/TriangleMesh.hpp
parent597e9e6c14686bdd3899fd915b33f4b9dd3c93b3 (diff)
Ported align_to_origin()
Diffstat (limited to 'xs/src/TriangleMesh.hpp')
-rw-r--r--xs/src/TriangleMesh.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/TriangleMesh.hpp b/xs/src/TriangleMesh.hpp
index b82e8d982..c9e5a3f79 100644
--- a/xs/src/TriangleMesh.hpp
+++ b/xs/src/TriangleMesh.hpp
@@ -17,6 +17,7 @@ class TriangleMesh
void WriteOBJFile(char* output_file);
void scale(float factor);
void translate(float x, float y, float z);
+ void align_to_origin();
stl_file stl;
};