mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-17 12:10:47 +02:00
format
This commit is contained in:
@@ -28,7 +28,6 @@ function _triangulate_snipable(shape_pts, u, v, w, n, indices, epsilon = 0.0001)
|
|||||||
[cx - ax, cy - ay]
|
[cx - ax, cy - ay]
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
|
|
||||||
epsilon > determinant ?
|
epsilon > determinant ?
|
||||||
false : _triangulate_snipable_sub(shape_pts, n, u, v, w, a, b, c, indices);
|
false : _triangulate_snipable_sub(shape_pts, n, u, v, w, a, b, c, indices);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user