JuliaGeometry / Contour.jl

Calculating contour curves for 2D scalar fields in Julia
Other
43 stars 13 forks source link

Add the accessor `vertices` to the API. #76

Closed tpapp closed 5 months ago

tpapp commented 5 months ago

This allows the user to access this field of Curve2D objects directly, without allocations.

tpapp commented 5 months ago

Friendly ping: @sjkelly, I wonder if you could consider reviewing this trivial PR.

sjkelly commented 5 months ago

Thanks for the reminder!