diff options
Diffstat (limited to 'src/polyset.h')
-rw-r--r-- | src/polyset.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/polyset.h b/src/polyset.h index c59d86a..2fe1c1f 100644 --- a/src/polyset.h +++ b/src/polyset.h @@ -1,14 +1,10 @@ #ifndef POLYSET_H_ #define POLYSET_H_ -#include <GL/glew.h> +#include "system-gl.h" #include "grid.h" +#include "linalg.h" #include <vector> -#include <Eigen/Core> -#include <Eigen/Geometry> - -using Eigen::Vector3d; -typedef Eigen::AlignedBox<double, 3> BoundingBox; class PolySet { |