Home
last modified time | relevance | path

Searched refs:gmt_translate_point (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_prototypes.h577 EXTERN_MSC void gmt_translate_point (struct GMT_CTRL *GMT, double lon, double lat, double azimuth, …
H A Dgmt_map.c3267 void gmt_translate_point (struct GMT_CTRL *GMT, double lon, double lat, double azimuth, double dist… in gmt_translate_point() function
3423 gmt_translate_point (GMT, o_x, o_y, az, distance, &b_x, &b_y, NULL); in gmtmap_init_oblique()
H A Dgmt_init.c5634gmt_translate_point (GMT, GMT->current.proj.pars[0], GMT->current.proj.pars[1], az, distance, &GMT… in gmtinit_parse_J_option()
H A Dgmt_support.c5698 gmt_translate_point (GMT, x, y, fixed_azim, dist_to_end, &b_x, &b_y, NULL); in gmtsupport_crosstracks_spherical()