diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-25 00:52:57 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-25 00:52:57 (GMT) |
commit | 9e74528827ffd66dce06d39da0c9f512640f625c (patch) | |
tree | 9347f3ebb0d41f2ad7680ee85a47aaefd448bcc7 /src/CGAL_Nef_polyhedron.h | |
parent | fea2f82612fbeb6b1bfc4e3003a18887f245dd2d (diff) | |
parent | a7709470d256083b2a18b63c48439f14a23f63fb (diff) |
Merge branch 'master' of github.com:openscad/openscad
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; |