Mathias Westerdahl

Results 178 comments of Mathias Westerdahl
trafficstars

I haven't had time to look into it yet. perhaps this weekend, otherwise, during holidays. :/

I mean, it probably is possible, but it's probably a big rewrite, and might be slower too, since you (probably) want to recalculate the fractions many times. Suffice to say,...

After some debugging, I found that it was my previous "optimization" of finding edges in the beach line, that was acting up in some cases. If I do a full...

Hi @LeXXik ! Thanks for using the library! What specifically is preventing use via Emscripten right now? It's just a regular C header 🤔

I see, thanks for clarifying!

Thanks for the info! Yes, I seem to have broken something in 0.9 (I need better tests apparently). Hopefully, I can schedule some time this weekend to fix it.

I'm sorry, but it seems you've got this the wrong way around. The defines are there so that you _can_ change them, without needing a PR. See the [documentation here](https://github.com/JCash/voronoi#double-floating-point-precision):...

The [compile_clang.sh](https://github.com/JCash/voronoi/blob/dev/compile_clang.sh) shows and actual command line. Also, it's just a header, and it should work with C/C++. The [example section](https://github.com/JCash/voronoi#example) shows how it's actually used. I.e. simply include the...

What is the actual question? ;) I think you have a good point here. I was inspired by many implementations, and one is of course original reference implementation by Steven...