r3mi
r3mi
Same problem here I think. I am running jasmine-node from the CLI. Without --verbose, the dots are displayed while the tests are running. With --verbose, nothing is displaying while the...
This is an issue that is present in the original algorithm, from the C++ version (now here : https://github.com/greenm01/poly2tri ). You are suggesting ignoring COLLINEAR detection, and ignoring potential math...
Sorry, not for the time being.
Can you post details on the fail ?
Thanks for the patch. I like the idea of not modifying the points if possible. However, the current proposal has a significant performance impact compared to previous versions (between -30%...
I ran the benchmark again, as per your suggestion, and found that benchmark with `Point` and `{x, y, _p2t_edge_list}` are 25% faster than `{x, y}`. I think this has to...
My thoughts so far: 1. in my tests, the WeakMap branch impacts the performance (about 30%), in all scenarios : `Point`, `{x,y}`, `{x,y, _p2t_edge_list}` (the `master` branch now contains the...
Thanks. Thinking about this discussion, we have 2 different issues : 1. there is a performance penalty in using `{x,y}` compared to `Point` ; 2. the library is not GC-friendly...
Hello, is there a status on TypeScript typings ? looking around in the issues, it seems there used to be typings but they have been deleted ? It seems also...
Thanks for having a look. May be related to mouse differences : I am using a non-mac scroll mouse (PC stuff, lenovo). On the other hand, I don't have this...