1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 09:14:29 +02:00

added comment

This commit is contained in:
Justin Lin
2017-05-09 15:28:35 +08:00
parent e4d7f4cebc
commit 8d3418f248

View File

@@ -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>;