Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_support.c10716 …double L, az = 0.0, length = 0.0, r = 0.0, orig_step = step, last_x = 0, last_y = 0, d_adjust_scl in gmt_make_profiles() local
10805d_adjust_scl = 1.0, dcol = GMT_Y, mode = GMT_TRACK_FILL_M; /* Scaling spherical degrees to latitud… in gmt_make_profiles()
10807d_adjust_scl = cosd (S->data[GMT_Y][0]), dcol = GMT_X, mode = GMT_TRACK_FILL_P; /* Scaling spheric… in gmt_make_profiles()
10890 … = gmt_resample_path (GMT, &S->data[GMT_X], &S->data[GMT_Y], S->n_rows, d_adjust_scl * step, mode); in gmt_make_profiles()