diff --git a/unionRoundMask-Doc.md.scad b/unionRoundMask-Doc.md.scad index c646d66..94c2a38 100644 --- a/unionRoundMask-Doc.md.scad +++ b/unionRoundMask-Doc.md.scad @@ -1,4 +1,4 @@ -#unionRoundMask +# unionRoundMask module unionRoundMask(r=1, detail = 5 , q=70, epsilon = 1e-6, showMask = true) Masks are a method to perform unionRound on selected only areas @@ -18,7 +18,7 @@ unionRoundMask(r=1,detail=3,q=30) // ... } -#unionRound +# unionRound module unionRound(r=1, detail = 5 , q=70, epsilon = 1e-6) Module unionRound is the underlying work module of unionRoundMask. @@ -32,16 +32,17 @@ unionRoundMask(r=1,detail=3,q=30) } -#intersectionRound +# intersectionRound module intersectionRound(r, q=70, epsilon = 1e-6,showOperands = true) { Undocumented for now. -//helpers +# helpers module clad(r,q=70) // speed is limited to convex operand module shell(r,q=70) // not in use module inset(r,q=20) // speed is limited to convex operand + ## Citation roundUnionMask Includes code based on examples from: Kogan, Jonathan (2017) "A New Computationally Efficient Method for Spacing n Points on a Sphere," Rose-Hulman Undergraduate Mathematics Journal: Vol. 18 : Iss. 2 , Article 5. - Available at: [https://scholar.rose-hulman.edu/rhumj/vol18/iss2/5] \ No newline at end of file + Available at: [https://scholar.rose-hulman.edu/rhumj/vol18/iss2/5]