mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
Removed another trailing comma in let()
This commit is contained in:
parent
ba73f4e1fd
commit
df720b99de
@ -2096,7 +2096,7 @@ function _squircle_se(size, squareness) = [
|
|||||||
theta = a + fgsq*sin(4*a)*30/PI, // tighter angle steps at corners
|
theta = a + fgsq*sin(4*a)*30/PI, // tighter angle steps at corners
|
||||||
x = cos(theta),
|
x = cos(theta),
|
||||||
y = sin(theta),
|
y = sin(theta),
|
||||||
r = (abs(x)^n + abs(y)^n)^(1/n), // superellipse
|
r = (abs(x)^n + abs(y)^n)^(1/n) // superellipse
|
||||||
//r = _superformula(theta=theta, m1=4,m2=4,n1=n,n2=n,n3=n,a=1,b=1)
|
//r = _superformula(theta=theta, m1=4,m2=4,n1=n,n2=n,n3=n,a=1,b=1)
|
||||||
) [ra*x, rb*y] / r
|
) [ra*x, rb*y] / r
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user