diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-20 23:40:06 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-20 23:40:06 (GMT) |
commit | a5da9c899b0aa8b85d81198ab0ac1ece1cb15d7e (patch) | |
tree | a049d9d995bd37b1ab784e3af112e2f0a3734ba2 /src/CGALEvaluator.cc | |
parent | f1d4a52f4cc01843f5d7c40499fcfe44cc82712f (diff) |
improve test scad
Diffstat (limited to 'src/CGALEvaluator.cc')
-rw-r--r-- | src/CGALEvaluator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CGALEvaluator.cc b/src/CGALEvaluator.cc index c84d21f..75b9097 100644 --- a/src/CGALEvaluator.cc +++ b/src/CGALEvaluator.cc @@ -257,7 +257,7 @@ Response CGALEvaluator::visit(State &state, const TransformNode &node) // Unfortunately CGAL provides no transform method for CGAL_Nef_polyhedron2 // objects. So we convert in to our internal 2d data format, transform it, // tesselate it and create a new CGAL_Nef_polyhedron2 from it.. What a hack! - + Eigen::Matrix2f testmat; testmat << node.matrix(0,0), node.matrix(0,1), node.matrix(1,0), node.matrix(1,1); if (testmat.determinant() == 0) { |