Tomas Aschan
Tomas Aschan
As someone who's not spending a lot of time in the Julia community anymore (but still get pinged on some repos, like this one), may I come with a suggestion?...
Now that .NET Core 1.0 RTM is out, is there any update on the timeline for this? I guess the VS tooling parts aren't RTM yet, but I don't know...
I have a need for a meshing algorithm like this one, and started investigating if this package would fill my needs. It seems wonderful, except for this issue :) I'm...
Well, that might work for Voronoi cells, but IIUC it won't for Delaunay (which is what my use case needs). Maybe I'm wrong, but won't the Delaunay tessalation still miss...
Btw, @cortner: You can click the "subscribe" button to the low right and get notifications without having to comment :)
I think my use case could be enlightening on why the current implementation doesn't really work the way I think it should. I'm working on [implementing linear interpolation of an...
But is this _always_ good enough to get a convex hull? Is it _provably_ so? Or is it just good enough to hide from plain sight the fact that it...
Well, we might not be able to remove points; it might be enough to just not start doing the actual edge flipping until the user adds the fourth point. Then...
@skariel I've spent some time reading up on the maths, and it seems it's valid to just remove the corners (and all edges to them) if you start with a...
@cortner If you only needed to get the complex hull of a set of points (and not the triangulation of the interior), you could take a look at [my new...