cartographer-project / point_cloud_viewer

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

Use simpler radial conversion to S2 #324

Closed nnmm closed 5 years ago

nnmm commented 5 years ago

Do not convert to LatLng and reinterpret, instead just project radially onto the sphere.

The s2_geo module is currently not used. I'd propose to implement intersection logic in math.rs instead. Let me know if you would prefer to keep parts of it.

nnmm commented 5 years ago

meow @feuerste