1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-14 02:34:12 +02:00

update comment

This commit is contained in:
Justin Lin
2021-09-10 12:22:25 +08:00
parent e5b1a6cf93
commit 89096ad329

View File

@@ -1,12 +1,16 @@
use <__comm__/__frags.scad>;
use <sweep.scad>;
// e = .25;
// n = 1;
// e = 0;
// n = 0;
// $fn = 24;
// superellipsoid(e, n);
// for(e = [0:.25:2]) {
// for(n = [0:.25:3])
// translate([e / .25, n / .25] * 3)
// superellipsoid(e, n);
// }
module superellipsoid(e, n) {
function _sgn(x) =