Marco Gunnink

Results 4 comments of Marco Gunnink

If people are still looking for this, I created a library to constrain triangulations from Delaunator: https://github.com/kninnug/constrainautor. It takes a triangulation from Delaunator and a list of edges, and constrains...

I agree that returning `"[object Record]"` is not useful and that throwing on implicit conversion to string would be better, so that mistakes can be found early. However, in the...

Hi @kochizufan, do you mean something like this: ![image](https://user-images.githubusercontent.com/237429/178699973-816c7cc6-3617-480b-aae0-d1e8fe9a788c.png) As in: you want to "restrict" the red edge on the left. You could achieve that by constraining the edge that...

Thank you for the clarification, @Fil. This seems to be outside my intention for this library: it doesn't add or remove edges. I might try to implement this, but as...