JuliaGeometry / VoronoiDelaunay.jl

Fast and robust Voronoi & Delaunay tessellation creation with Julia
Other
123 stars 26 forks source link

Use append! #37

Open mschauer opened 6 years ago

mschauer commented 6 years ago

This should use append! instead of push! for arrays of vertices, right?

mschauer commented 6 years ago

Actually, it should be a different function name alltogether because it modifies the second argument as well and therefore does not follow the push! or append! interface at all.

robertdj commented 6 years ago

Any suggestions for a good name?