mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 10:14:41 +02:00
delete echo
This commit is contained in:
@@ -106,7 +106,6 @@ function _convex_hull3(pts) =
|
|||||||
v3 = v3_d[0],
|
v3 = v3_d[0],
|
||||||
___ = assert(v3 < leng, "coplanar points"),
|
___ = assert(v3 < leng, "coplanar points"),
|
||||||
d = v3_d[1],
|
d = v3_d[1],
|
||||||
______ = echo(v0, v1, v2, v3),
|
|
||||||
fst_tetrahedron = d > 0 ? [
|
fst_tetrahedron = d > 0 ? [
|
||||||
[v1, v0, v2],
|
[v1, v0, v2],
|
||||||
[v0, v1, v3],
|
[v0, v1, v3],
|
||||||
|
Reference in New Issue
Block a user