hypertidy / anglr

Mesh creation and topology for spatial data (and not just geographic)
https://hypertidy.github.io/anglr/
83 stars 10 forks source link

ARC plot3d is wrong #123

Closed mdsumner closed 4 years ago

mdsumner commented 4 years ago
plot3d(ARC(minimal_mesh))

image

should look more like

plot(ARC(minimal_mesh))

image

mdsumner commented 4 years ago

Not great, but fixed.

image