mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-28 07:49:45 +00:00
Removed another trailing comma in let()
This commit is contained in:
parent
ba73f4e1fd
commit
df720b99de
1 changed files with 1 additions and 1 deletions
|
@ -2096,7 +2096,7 @@ function _squircle_se(size, squareness) = [
|
|||
theta = a + fgsq*sin(4*a)*30/PI, // tighter angle steps at corners
|
||||
x = cos(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)
|
||||
) [ra*x, rb*y] / r
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue