mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
add comment
This commit is contained in:
@@ -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>;
|
use <geom_tetrahedron.scad>;
|
||||||
|
|
||||||
module tetrahedron(radius, detail = 0) {
|
module tetrahedron(radius, detail = 0) {
|
||||||
|
Reference in New Issue
Block a user