This commit is contained in:
Jan Schuffenhauer
2019-12-20 08:23:41 +01:00

View File

@@ -2,9 +2,7 @@
#include <algorithm> #include <algorithm>
#include <queue> #include <queue>
#include <cmath> #include <cmath>
#define pi 3.1415926535897932384626433832795
#define pi 3.14159265359
std::vector<Triangle> IntelliHelper::calculateTriangles(std::vector<QPoint> polyPoints){ std::vector<Triangle> IntelliHelper::calculateTriangles(std::vector<QPoint> polyPoints){
// helper for managing the triangle vertices and their state // helper for managing the triangle vertices and their state