Converts cartesian coordinates into elliptical ("geodetic") coordinates.
//Elliptical coordinates are longitude, latitude and altitude with respect to // some reference ellipsoid.
//The reference ellipsoid is an ellipsoid of revolution around the Z axis. It is then // characterized by 2 parameters:
//- semi-major axis of the ellipse obtained as the intersection of the ellipsoid with any // plane containing the Z axis,
//- oblateness (or flattening) of this ellipse.
//Notes:
//- The transformation jacobian is computed if the corresponding output argument exists.
//- Be careful that the 3rd elliptical coordinate is an altitude and not the distance to the planet center.
//