bl4ckb0ne / delaunay-triangulation

C++ version the delaunay triangulation
GNU General Public License v3.0
442 stars 109 forks source link

Move library into namespace "dt" #29

Closed ubruhin closed 4 years ago

ubruhin commented 4 years ago

To avoid clutter up the global namespace -> reduce the risk of name conflicts. I called the namespace "dt" because the source directory is also named like that, but of course I could change the namespace if you prefer a different name :slightly_smiling_face:

bl4ckb0ne commented 4 years ago

Could you also add the namspace to the cpp files please?

ubruhin commented 4 years ago

Could you also add the namspace to the cpp files please?

Done.