summaryrefslogtreecommitdiff
path: root/transform.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-29 11:08:27 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-29 11:08:27 (GMT)
commit0d198de8ff3986b678e824824d0f3dd0933255d0 (patch)
tree6a68edafcda0bad1f2d12992604afb40fd22b08f /transform.cc
parentf7799a8e4ea0c31bd284dc4cf5e2d23b13029a4c (diff)
Clifford Wolf:
Some progress with the 2d sub system git-svn-id: http://svn.clifford.at/openscad/trunk@188 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'transform.cc')
-rw-r--r--transform.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/transform.cc b/transform.cc
index ca9fa20..a30cc9d 100644
--- a/transform.cc
+++ b/transform.cc
@@ -207,7 +207,11 @@ CGAL_Nef_polyhedron TransformNode::render_cgal_nef_polyhedron() const
}
if (N.dim == 2) {
+ CGAL_Aff_transformation2 t(
+ m[0], m[4], m[12],
+ m[1], m[5], m[13], m[15]);
// FIXME
+ // N.p2.transform(t);
}
if (N.dim == 3) {
CGAL_Aff_transformation t(
contact: Jan Huwald // Impressum