1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

add comment

This commit is contained in:
Justin Lin
2020-05-18 17:33:20 +08:00
parent 40c440f2c6
commit f364dcc840

View File

@@ -1,3 +1,13 @@
/**
* lines_intersection2.scad
*
* @copyright Justin Lin, 2020
* @license https://opensource.org/licenses/lgpl-3.0.html
*
* @see https://openhome.cc/eGossip/OpenSCAD/lib2x-lines_intersection2.html
*
**/
use <__comm__/__line_intersection.scad>;
use <__comm__/__in_line.scad>;