mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-22 06:13:10 +02:00
add comment
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
/**
|
||||||
|
* px_sphere.scad
|
||||||
|
*
|
||||||
|
* @copyright Justin Lin, 2019
|
||||||
|
* @license https://opensource.org/licenses/lgpl-3.0.html
|
||||||
|
*
|
||||||
|
* @see https://openhome.cc/eGossip/OpenSCAD/lib2-px_sphere.html
|
||||||
|
*
|
||||||
|
**/
|
||||||
|
|
||||||
|
|
||||||
function px_sphere(radius, filled = false, thickness = 1) =
|
function px_sphere(radius, filled = false, thickness = 1) =
|
||||||
let(range = [-radius: radius - 1])
|
let(range = [-radius: radius - 1])
|
||||||
filled ? [
|
filled ? [
|
||||||
|
Reference in New Issue
Block a user