Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_map.c1882 double az1, az2, d_az, da, xr, yr, da_try, *xx = NULL, *yy = NULL; in gmtmap_radial_boundary_arc() local
1888da_try = (GMT->current.setting.map_line_step * 360.0) / (TWO_PI * GMT->current.proj.r); /* Angular… in gmtmap_radial_boundary_arc()
1892 …n_arc = lrint (ceil (fabs (d_az) / da_try)); /* Get number of integer increments of da_try degree.… in gmtmap_radial_boundary_arc()