delaunator-cpp
delaunator-cpp copied to clipboard
Break delaunator.hpp into pieces
Hi,
Is there some reason why the non-inline functions in delaunator.hpp aren't in a source (.cpp) file? The functions aren't inlined, which makes including the header file in more than one source a problem. Would it make sense to split the file apart and also provide a unified file via includes for those who desire it?
Thanks,