mapbox / geometry.hpp

C++ geometry types
ISC License
92 stars 37 forks source link

Add "circle" geometry type #54

Closed ChrisLoer closed 6 years ago

ChrisLoer commented 6 years ago

The work in https://github.com/mapbox/mapbox-gl-native/pull/10103 uses mapbox/geometry.hpp for collision geometries, and needs a circle type added.

I just read the readme of geometry.hpp and saw that it's intended for GeoJSON geometry types, so maybe "circle" is not actually a good fit here?

/cc @ansis @jfirebaugh

ChrisLoer commented 6 years ago

Decided this doesn't belong here.