Home
last modified time | relevance | path

Searched refs:GMT_DIST_COS (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_constants.h648 GMT_DIST_COS = 30}; /* 2-D lon, lat data, convert distance to cos of spherical degree */ enumerator
H A Dgmt_map.c6445 …case GMT_DIST_COS+GMT_GREATCIRCLE: /* 2-D lon, lat data, and Green's function needs cosine of sphe… in gmtmap_set_distaz()
6452 …case GMT_DIST_COS+GMT_GEODESIC: /* 2-D lon, lat data, and Green's function needs cosine of geodesi… in gmtmap_set_distaz()
9852 err = gmtmap_set_distaz (GMT, GMT_DIST_COS + mode, type, ""); in gmt_init_distaz()