cartographer-project / point_cloud_viewer

View billions of points in your browser.
Apache License 2.0
339 stars 98 forks source link

Move S2 cell union code to src/geometry/s2_cell_union.rs #447

Closed nnmm closed 4 years ago

nnmm commented 4 years ago

This is to make src/math.rs less of a grab-bag. I think having this here makes sense because an S2 cell union is one of the query types, like Aabb, Obb and Frustum, and it is a geometric construct.

nnmm commented 4 years ago

ptal @catevita