* This class provides methods to convert coordinate polars.
*
* @todo add a cartesian_to_polar method
* @todo add a static method to get a grid of all the galaxy objects, with their x y z representation ; that will be useful to add in API, for a javascript galaxy viewer.
*
* @todo create a unit testing file dev/tests/GeoGalaxyTest.php
* @todo add unit testing for the normalize_angle method in dev/tests/GeoGalaxyTest.php
* @todo add unit testing for the polar_to_cartesian method