1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 22:28:16 +01:00

add comment

This commit is contained in:
Justin Lin 2021-10-18 16:02:19 +08:00
parent 43b22a0f4c
commit cbff19c33e

View File

@ -1,3 +1,13 @@
/**
* tetrahedron.scad
*
* @copyright Justin Lin, 2021
* @license https://opensource.org/licenses/lgpl-3.0.html
*
* @see https://openhome.cc/eGossip/OpenSCAD/lib3x-tetrahedron.html
*
**/
use <geom_tetrahedron.scad>;
module tetrahedron(radius, detail = 0) {