JuliaGeometry / DelaunayTriangulation.jl

Delaunay triangulations and Voronoi tessellations in two dimensions.
https://juliageometry.github.io/DelaunayTriangulation.jl/
MIT License
62 stars 5 forks source link

Implement `copy` for `Triangulation` #142

Open DanielVandH opened 1 month ago

DanielVandH commented 1 month ago

Would be nice to have some sort of copy implemented for Triangulations, rather than needing to use e.g. deepcopy which doesn't actually get the aliasing correct.

Related issue is #130