andywiecko / BurstTriangulator

2d Delaunay triangulation with mesh refinement for Unity with Burst compiler
https://andywiecko.github.io/BurstTriangulator/
MIT License
213 stars 17 forks source link

refactor: introduce args struct #137

Closed andywiecko closed 3 months ago

andywiecko commented 3 months ago

Introduce Args struct which will be used in further code cleanup and refactoring. Essentially this struct is struct version of TriangulatorSettings class. Currently, it is set as private.