1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-16 19:54:29 +02:00
This commit is contained in:
Justin Lin
2020-02-24 17:46:01 +08:00
parent c843c99b11
commit 7513ae304e

View File

@@ -28,7 +28,6 @@ function _triangulate_snipable(shape_pts, u, v, w, n, indices, epsilon = 0.0001)
[cx - ax, cy - ay]
])
)
epsilon > determinant ?
false : _triangulate_snipable_sub(shape_pts, n, u, v, w, a, b, c, indices);