From ad6ef980dbb2d44ab946cd18f801913d649669d5 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Thu, 26 Dec 2013 23:11:13 -0500 Subject: [PATCH] doc fix --- src/GeometryEvaluator.cc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/GeometryEvaluator.cc b/src/GeometryEvaluator.cc index de833bf1..4b09fba9 100644 --- a/src/GeometryEvaluator.cc +++ b/src/GeometryEvaluator.cc @@ -630,15 +630,8 @@ static void add_slice(PolySet *ps, const Polygon2d &poly, } /*! - Input to extrude should be clean. This means non-intersecting, correct winding order + Input to extrude should be sanitized. This means non-intersecting, correct winding order etc., the input coming from a library like Clipper. - - We need to split quads in the same way (for e.g. thin shells). To do - this, we need to know which contours are negative vs. positive: - o Flag per contour (when sanitized)? - o Hierarchy of contours? - - FIXME: This is probably also important for rotate_extrude() */ static Geometry *extrudePolygon(const LinearExtrudeNode &node, const Polygon2d &poly) {