void TsGeoGCCtoLVCS (TsGeoPyramid const *geo, double g0, double g1, double g2, float l[3])

Coordinate conversion: Transform a point in Geocentric coordinates to a Localized Vertical coordinate system

Documentation

Coordinate conversion: Transform a point in Geocentric coordinates to a Localized Vertical coordinate system. Geocentric coordinates (GCC) are tuples that represent distances from the planet's center. The Local Vertical coordinate system (LVCS) is a localized, arbitrary oordinate space; points are represented by the tuple (x,y,z), with the Z axis oriented in the UP direction.
Returns:
void
Parameters:
geo - reference geoset.
g0 - input coordinate in GCC space.
g1 - "
g2 - "
l - [3] returned transformed coordinate in LVCS space.


Back to API