Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_prototypes.h581 EXTERN_MSC double gmt_line_length (struct GMT_CTRL *GMT, double x[], double y[], uint64_t n, bool p…
H A Dgrdcontour.c1508 c_length = gmt_line_length (GMT, x, y, n, Ctrl->Q.project); in GMT_grdcontour()
H A Dpscontour.c1454 c_length = gmt_line_length (GMT, xp, yp, m, Ctrl->Q.project); in GMT_pscontour()
H A Dgmt_map.c9136 double gmt_line_length (struct GMT_CTRL *GMT, double x[], double y[], uint64_t n, bool project) { in gmt_line_length() function