mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Ported TriangleMesh->rotate
This commit is contained in:
parent
9402898c58
commit
d881c5ab2f
4 changed files with 14 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <myinit.h>
|
||||
#include <admesh/stl.h>
|
||||
#include "Point.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
@ -18,6 +19,7 @@ class TriangleMesh
|
|||
void scale(float factor);
|
||||
void translate(float x, float y, float z);
|
||||
void align_to_origin();
|
||||
void rotate(double angle, Point* center);
|
||||
stl_file stl;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue