mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 14:18:13 +01:00
added comment
This commit is contained in:
parent
02543a85bc
commit
aea69f60db
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user