pj_geocentic_to_wgs84( p )
p = point to transform in geocentric coordinates (x,y,z)
point object, nothing fancy, just allows values to be
passed back and forth by reference rather than by value.
Other point classes may be used as long as they have
x and y properties, which will get modified in the transform method.
pj_geocentic_to_wgs84( p ) p = point to transform in geocentric coordinates (x,y,z) point object, nothing fancy, just allows values to be passed back and forth by reference rather than by value. Other point classes may be used as long as they have x and y properties, which will get modified in the transform method.