fogleman/delaunay

Tringles

Konstantin8105 opened this issue · 5 comments

Could you clarify - how get list of triangles ?

triangulation.Triangles is a list of indexes into the original points. Indexes 0, 1, 2 give you the first triangle, 3, 4, 5 the second, and so on...

@fogleman , thank you for clarification.

Thank you for good package

Could you clarify about elges? May I use halfegdes?

Have you read this page? It explains it well, and the structures are the same for this library:

https://mapbox.github.io/delaunator/