Home
last modified time | relevance | path

Searched refs:gmtlib_cartesian_dist_proj (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_internals.h119 EXTERN_MSC double gmtlib_cartesian_dist_proj (struct GMT_CTRL *GMT, double lon1, double lat1, doubl…
H A Dgmt_map.c6400 GMT->current.map.dist[type].func = &gmtlib_cartesian_dist_proj; in gmtmap_set_distaz()
7339 double gmtlib_cartesian_dist_proj (struct GMT_CTRL *GMT, double lon1, double lat1, double lon2, dou… in gmtlib_cartesian_dist_proj() function
H A Dgmt_init.c2199 …return (gmtlib_cartesian_dist_proj (GMT, GMT->current.io.prev_rec[GMT_X], GMT->current.io.prev_rec… in gmtinit_xy_map_dist()