diff --git a/src/shape_arc.scad b/src/shape_arc.scad index 01347507..4f3d2bcb 100644 --- a/src/shape_arc.scad +++ b/src/shape_arc.scad @@ -1,3 +1,17 @@ +/** +* shape_arc.scad +* +* Returns shape points and triangle indexes of an arc shape. +* They can be used with xxx_extrude modules of dotSCAD. +* The shape points can be also used with the built-in polygon module. +* +* @copyright Justin Lin, 2017 +* @license https://opensource.org/licenses/lgpl-3.0.html +* +* @see https://openhome.cc/eGossip/OpenSCAD/lib-shape_arc.html +* +**/ + include <__private__/__frags.scad>; include <__private__/__triangles_tape.scad>;