You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…Use BitSets instead of flips array. Change return values of constrainAll and delaunify. Add edges parameter to constructor. Add findEdge method. Remove full parameter from delaunify. Add testpack.sh script. Add /min export and minified ESM
When trying to constrain the following:
constrainOne(7, 9)
fails with Infinite loop: no further intersect after non-convex, which looks like:This is because the Delaunay condition needs to be restored after each call to
constrainOne
, rather than at the end.The text was updated successfully, but these errors were encountered: