Home
last modified time | relevance | path

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

/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgsd_wire.c106 float pt[4], xres, yres, ymax, zexag; in gsd_wire_surf_map() local
136 zexag = surf->z_exag; in gsd_wire_surf_map()
197 pt[Z] = pt[Z] * zexag; in gsd_wire_surf_map()
245 pt[Z] = pt[Z] * zexag; in gsd_wire_surf_map()
308 zexag = surf->z_exag; in gsd_wire_surf_const()
336 pt[Z] = k * zexag; in gsd_wire_surf_const()
518 zexag = surf->z_exag; in gsd_wire_arrows()
539 pt[Z] *= zexag; in gsd_wire_arrows()
634 zexag = surf->z_exag; in gsd_coarse_surf_map()
749 pt[Z] *= zexag; in gsd_coarse_surf_map()
[all …]
H A Dgsd_surf.c338 pt[Z] *= zexag; in gsd_surf_map_old()
363 pt[Z] *= zexag; in gsd_surf_map_old()
455 pt[Z] *= zexag; in gsd_surf_map_old()
510 pt[Z] *= zexag; in gsd_surf_map_old()
566 pt[Z] *= zexag; in gsd_surf_map_old()
635 pt[Z] *= zexag; in gsd_surf_map_old()
1920 pt[Z] *= zexag; in gsd_norm_arrows()
1941 pt[Z] *= zexag; in gsd_norm_arrows()
2002 pt[Z] *= zexag; in gsd_norm_arrows()
2025 pt[Z] *= zexag; in gsd_norm_arrows()
[all …]
H A Dgs2.c3242 float zexag; local
3244 zexag = doexag ? Gv.vert_exag : 1.;
3246 *sz = Gv.scale * zexag;
/dports/databases/grass7/grass-7.8.6/doc/
H A DREADME97 position=0.03,0.31 height=92 perspective=36 twist=-99 zexag=200.000000 focus=1071,9393,30 \
/dports/databases/grass7/grass-7.8.6/gui/wxpython/nviz/
H A Dmapwindow.py1097 self.UpdateView(zexag=event.zExag)
1103 def UpdateView(self, zexag=False): argument
1107 if zexag and 'value' in view['z-exag']: