| 182:27fb1c3c9fbb | 183:97b591813c8b |
|---|---|
| 18 | 18 |
| 19 #pragma once | 19 #pragma once |
| 20 #include "main.h" | 20 #include "main.h" |
| 21 #include "gl/common.h" | 21 #include "gl/common.h" |
| 22 | 22 |
| 23 bool isflat(class Model* model, Axis* axis); | |
| 24 | |
| 25 namespace math | 23 namespace math |
| 26 { | 24 { |
| 27 glm::mat4 flipmatrix(Axis dimension); | 25 glm::mat4 flipmatrix(Axis dimension); |
| 28 } | 26 } |
| 29 //void invert(LDObject* obj, class DocumentManager* context); | 27 //void invert(LDObject* obj, class DocumentManager* context); |