Home
last modified time | relevance | path

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

/dports/databases/grass7/grass-7.8.6/lib/imagery/
H A Discatt_core.c177 struct Cell_head *B_bounds) in get_rows_and_cols_bounds() argument
212 B_bounds->north = in get_rows_and_cols_bounds()
214 B_bounds->south = in get_rows_and_cols_bounds()
217 B_bounds->east = ceil((intersec.east - B->west - ew_res * 0.5) / ew_res); in get_rows_and_cols_bounds()
218 B_bounds->west = ceil((intersec.west - B->west - ew_res * 0.5) / ew_res); in get_rows_and_cols_bounds()