mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 20:40:28 +02:00
added comment
This commit is contained in:
@@ -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 polytransversals(transversals) {
|
||||||
module two_transversals(trans1, trans2) {
|
module two_transversals(trans1, trans2) {
|
||||||
leng_trans2 = len(trans2);
|
leng_trans2 = len(trans2);
|
||||||
|
Reference in New Issue
Block a user