mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
Incomplete work for porting translate()
This commit is contained in:
parent
515d5707c9
commit
04d5d1bb9b
7 changed files with 36 additions and 10 deletions
|
@ -16,6 +16,7 @@ class TriangleMesh
|
|||
void Repair();
|
||||
void WriteOBJFile(char* output_file);
|
||||
void scale(float factor);
|
||||
void translate(float x, float y, float z);
|
||||
stl_file stl;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue