mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-07 07:16:36 +02:00
add comment
This commit is contained in:
@@ -34,6 +34,8 @@ translate([0, 30, 0])
|
|||||||
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// based on Lemniscate of Gerono https://en.wikipedia.org/wiki/Lemniscate#Lemniscate_of_Gerono
|
||||||
function lemniscate_curve(t_step, a = 2, b = 1, c = 1) =
|
function lemniscate_curve(t_step, a = 2, b = 1, c = 1) =
|
||||||
[
|
[
|
||||||
for(t = [0:t_step:360 - t_step])
|
for(t = [0:t_step:360 - t_step])
|
||||||
|
Reference in New Issue
Block a user