From 8d3418f24828be68391aa31fe8c3a8fedc28044e Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 9 May 2017 15:28:35 +0800 Subject: [PATCH] added comment --- src/shape_arc.scad | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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>;