src/algorithms/invert.h

changeset 1403
7a2d84112983
parent 1326
69a90bd2dba2
--- a/src/algorithms/invert.h	Sun Jun 10 23:25:08 2018 +0300
+++ b/src/algorithms/invert.h	Sun Jun 17 13:53:33 2018 +0300
@@ -20,6 +20,6 @@
 #include "../main.h"
 
 bool isflat(class Model* model, Axis* axis);
-Matrix flipmatrix(Axis axis);
+QMatrix4x4 flipmatrix(Axis dimension);
 void invert(LDObject* obj, class DocumentManager* context);
 void invertPolygon(LDPolygon& polygon);

mercurial