Home
last modified time | relevance | path

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

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_project.h299 double M_PR_DEG, KM_PR_DEG; /* Current spherical approximations to convert degrees to dist */ member
H A Dsphtriangulate.c99 R2 = pow (R2D * GMT->current.proj.M_PR_DEG, 2.0); /* squared mean radius in meters */ in sphtriangulate_delaunay_output()
226 R2 = pow (R2D * GMT->current.proj.M_PR_DEG, 2.0); /* squared mean radius in meters */ in sphtriangulate_voronoi_output()
H A Dpsclip.c297 ….active) Ctrl->A.step = Ctrl->A.step / GMT->current.proj.scale[GMT_X] / GMT->current.proj.M_PR_DEG; in GMT_psclip()
H A Dgmt_map.c239 s = (dlon * GMT->current.proj.M_PR_DEG) / width; in gmtmap_quickconic()
2758 GMT->current.proj.M_PR_DEG = 1.0; in gmtmap_init_linear()
2759 GMT->current.proj.KM_PR_DEG = GMT->current.proj.M_PR_DEG / METERS_IN_A_KM; in gmtmap_init_linear()
2910 if (GMT->current.proj.units_pr_degree) GMT->current.proj.pars[2] /= GMT->current.proj.M_PR_DEG; in gmtmap_init_cyleq()
2946 if (GMT->current.proj.units_pr_degree) GMT->current.proj.pars[2] /= GMT->current.proj.M_PR_DEG; in gmtmap_init_cyleqdist()
2994 if (GMT->current.proj.units_pr_degree) GMT->current.proj.pars[1] /= GMT->current.proj.M_PR_DEG; in gmtmap_init_miller()
8903 GMT->current.proj.M_PR_DEG = TWO_PI * GMT->current.proj.EQ_RAD / 360.0; in gmtlib_scale_eqrad()
8904 GMT->current.proj.KM_PR_DEG = GMT->current.proj.M_PR_DEG / METERS_IN_A_KM; in gmtlib_scale_eqrad()
8930 GMT->current.proj.M_PR_DEG = TWO_PI * GMT->current.proj.mean_radius / 360.0; in gmtlib_init_ellipsoid()
8931 GMT->current.proj.KM_PR_DEG = GMT->current.proj.M_PR_DEG / METERS_IN_A_KM; in gmtlib_init_ellipsoid()
[all …]
H A Dgmt_proj.c2048 …GMT->current.proj.w_r = 0.25 * (scale * GMT->current.proj.M_PR_DEG * 360.0); /* = Half the minor a… in gmtproj_vmollweide()
2105 …GMT->current.proj.w_r = 0.25 * (scale * GMT->current.proj.M_PR_DEG * 360.0); /* = Half the minor a… in gmtproj_vhammer()
2234 …GMT->current.proj.w_r = 0.25 * (scale * GMT->current.proj.M_PR_DEG * 360.0); /* = Half the minor a… in gmtproj_vwinkel()
H A Dpsxyz.c954 ….active) Ctrl->A.step = Ctrl->A.step / GMT->current.proj.scale[GMT_X] / GMT->current.proj.M_PR_DEG; in GMT_psxyz()
H A Dpsxy.c1315 ….active) Ctrl->A.step = Ctrl->A.step / GMT->current.proj.scale[GMT_X] / GMT->current.proj.M_PR_DEG; in GMT_psxy()