DelaunayTriangulation.jl icon indicating copy to clipboard operation
DelaunayTriangulation.jl copied to clipboard

Implement `copy` for `Triangulation`

Open DanielVandH opened this issue 7 months ago • 0 comments

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

DanielVandH avatar Jul 21 '24 10:07 DanielVandH