diff --git a/paths.scad b/paths.scad index 7c08824..06ffc87 100644 --- a/paths.scad +++ b/paths.scad @@ -187,7 +187,7 @@ function points_along_path3d( // extrudes it perpendicularly along a 3D polyline path, forming a solid. // polyline = Array of points of a polyline path, to be extruded. // path = Array of points of a polyline path, to extrude along. -// convexity = max number of surfaces any single ray can pass through. +// convexity = max number of surfaces any single ray could pass through. // Example: // shape = [ [-15, 0], [0, 0], [-5, 10], [0, 10], [5, 10], [10, 5], [15, 0], [10, -5], [5, -10], [0, -10], [-5, -10], [-10, -5], [-15, 0] ]; // path = [ [0, 0, 0], [100, 33, 33], [200, -33, -33], [300, 0, 0] ];