hugoledoux / startin

A Delaunay triangulator for processing TINs
MIT License
34 stars 8 forks source link

why not use ndarray instead of vec<vec<>> for insert()? #6

Closed hugoledoux closed 2 years ago

hugoledoux commented 2 years ago

ndarray are overkill for this case, but I put arrays for the vertices instead of Vec

16b21cee8f90596f65576a9a19a6352c2ce725ae