Closed andreesteve closed 3 years ago
It should be counter-clockwise (as a convention and to match delaunator in JS), so it might be a bug.
This was my mistake. I assumed the Y axis upright, in such orientation the triangle is oriented clockwise.
However, the library expects Y to be pointing downwards, in which case the orientation is correct.
Thanks for the port!
The docs indicate that the indices returned by Triangulation.hull are counter-clockwise.
However I see them being returned clockwise. Which one is the right expectation?
Sample test:
for which I get: