#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_limit_east (double *east, int proj) |
int | G_limit_west (double *west, int proj) |
int | G_limit_north (double *north, int proj) |
int | G_limit_south (double *south, int proj) |
int G_limit_east | ( | double * | east, | |
int | proj | |||
) |
Definition at line 10 of file wind_limits.c.
int G_limit_north | ( | double * | north, | |
int | proj | |||
) |
Definition at line 20 of file wind_limits.c.
int G_limit_south | ( | double * | south, | |
int | proj | |||
) |
Definition at line 38 of file wind_limits.c.
int G_limit_west | ( | double * | west, | |
int | proj | |||
) |
Definition at line 15 of file wind_limits.c.