mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 23:06:43 +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) =
|
||||
[
|
||||
for(t = [0:t_step:360 - t_step])
|
||||
|
Reference in New Issue
Block a user