1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

added comment

This commit is contained in:
Justin Lin 2017-04-30 16:02:24 +08:00
parent 02543a85bc
commit aea69f60db

View File

@ -1,3 +1,16 @@
/**
* polytransversals.scad
*
* Crosscutting a polyline at different points gets several transversals.
* This module can operate reversely. It uses transversals to construct a polyline.
*
* @copyright Justin Lin, 2017
* @license https://opensource.org/licenses/lgpl-3.0.html
*
* @see https://openhome.cc/eGossip/OpenSCAD/lib-polytransversals.html
*
**/
module polytransversals(transversals) {
module two_transversals(trans1, trans2) {
leng_trans2 = len(trans2);