MCPcopy Create free account
hub / github.com/OSGeo/PROJ / proj_coord_error

Function proj_coord_error

src/internal.cpp:65–69  ·  view source on GitHub ↗

Work around non-constness of MSVC HUGE_VAL by providing functions rather than * constants */

Source from the content-addressed store, hash-verified

63/* Work around non-constness of MSVC HUGE_VAL by providing functions rather than
64 * constants */
65PJ_COORD proj_coord_error(void) {
66 PJ_COORD c;
67 c.v[0] = c.v[1] = c.v[2] = c.v[3] = HUGE_VAL;
68 return c;
69}
70
71/**************************************************************************************/
72PJ_COORD pj_approx_2D_trans(PJ *P, PJ_DIRECTION direction, PJ_COORD coo) {

Callers 15

pj_hgrid_valueFunction · 0.85
proj_geodFunction · 0.85
proj_geod_directFunction · 0.85
proj_transFunction · 0.85
inv_prepareFunction · 0.85
inv_finalizeFunction · 0.85
error_or_coordFunction · 0.85
pj_invFunction · 0.85
pj_inv3dFunction · 0.85
pj_inv4dFunction · 0.85
fwd_prepareFunction · 0.85
error_or_coordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected