sphereql-core 0.2.0-alpha

Pure spherical math primitives for sphereQL
Documentation
1
2
3
4
5
6
7
# sphereql-core


Spherical math primitives for the [sphereQL](https://github.com/bkahan/sphereQL) project.

Provides point types (`SphericalPoint`, `CartesianPoint`, `GeoPoint`), coordinate conversions, distance metrics (angular, great-circle, chord, cosine), interpolation (slerp, nlerp), and spatial region primitives (cone, cap, shell, band, wedge).

This is the foundational crate that all other sphereQL crates depend on. See the [main repository](https://github.com/bkahan/sphereQL) for full documentation, examples, and architecture overview.