DelaunayTriangulation.jl
DelaunayTriangulation.jl copied to clipboard
Implement `copy` for `Triangulation`
Would be nice to have some sort of copy
implemented for Triangulation
s, rather than needing to use e.g. deepcopy
which doesn't actually get the aliasing correct.
Related issue is #130