Home
last modified time | relevance | path

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

/dports/astro/xearth/xearth-1.2/
H A Dxearth.h182 #define XPROJECT(x) ((proj_info.proj_scale*(x))+proj_info.proj_xofs)
184 #define INV_XPROJECT(x) (((x)-proj_info.proj_xofs)*proj_info.inv_proj_scale)
213 double proj_xofs; member
H A Dscan.c290 pi->proj_xofs = (double) wdth / 2 + shift_x; in scan_map()