diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-18 19:04:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-18 19:04:04 (GMT) |
commit | 398b44c82a485f7ea5784c84946b7fcb81a9a105 (patch) | |
tree | 7a3decb76520278ce5bb6e25cd446307431141d9 /src/CGAL_Nef_polyhedron.h | |
parent | eb9139b34ee8e0c5ac9f94f93078165c6e5edd56 (diff) | |
parent | eb8772539cb38691e11ca85215bd2ea16bdddb62 (diff) |
Merge pull request #311 from openscad/resize5
Resize5
Diffstat (limited to 'src/CGAL_Nef_polyhedron.h')
-rw-r--r-- | src/CGAL_Nef_polyhedron.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CGAL_Nef_polyhedron.h b/src/CGAL_Nef_polyhedron.h index d949a2a..cfab993 100644 --- a/src/CGAL_Nef_polyhedron.h +++ b/src/CGAL_Nef_polyhedron.h @@ -4,6 +4,7 @@ #include "cgalfwd.h" #include "memory.h" #include <string> +#include "linalg.h" class CGAL_Nef_polyhedron { @@ -27,7 +28,7 @@ public: int weight() const; class PolySet *convertToPolyset(); class DxfData *convertToDxfData() const; - + void transform( const Transform3d &matrix ); int dim; shared_ptr<CGAL_Nef_polyhedron2> p2; shared_ptr<CGAL_Nef_polyhedron3> p3; |