mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-08-02 02:46:53 -04:00
Added new data type astro_spherical_t that represents generic spherical coordinates. Implemented Astronomy_VectorFromSphere to convert spherical coordinates to Cartesian coordinates. Included unit test to verify it is working as expected.