diatomic / tess2

Parallel Delaunay and Voronoi Tessellation and Density Estimation
Other
27 stars 7 forks source link

Clean up the API #4

Open mrzv opened 9 years ago

mrzv commented 9 years ago

Issue by Dmitriy Morozov Saturday Nov 22, 2014 at 22:00 GMT


I think the general principle should be to minimize how much the user needs to know about DIY, while still allowing full access. This means on the one hand preserving tess(master), which assumes the blocks are prepared in the dblock_t format, while providing convenience functions that simply take points as input.