Home
last modified time | relevance | path

Searched refs:cart_wgs84 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/proj/proj-7.2.1/src/
H A Dinv.cpp119 else if (P->helmert || (P->cart_wgs84 != nullptr && P->cart != nullptr)) { in inv_finalize()
123 … coo = proj_trans (P->cart_wgs84, PJ_INV, coo); /* Go back to angular using WGS84 ellps */ in inv_finalize()
H A Dfwd.cpp76 else if (P->helmert || (P->cart_wgs84 != nullptr && P->cart != nullptr)) { in fwd_prepare()
77 coo = proj_trans (P->cart_wgs84, PJ_FWD, coo); /* Go cartesian in WGS84 frame */ in fwd_prepare()
H A Dmalloc.cpp252 pj_free (P->cart_wgs84); in pj_default_destructor()
H A Dproj_internal.h484 PJ *cart_wgs84 = nullptr; member
H A D4D_api.cpp740 P->cart_wgs84 = skip_prep_fin (Q); in cs2cs_emulation_setup()