GRASS Programmer's Manual
6.4.3(2013)-r
|
Go to the source code of this file.
Functions | |
void | COM_Polydots_abs (const int *xarray, const int *yarray, int number) |
void | COM_Polydots_rel (const int *xarray, const int *yarray, int number) |
void COM_Polydots_abs | ( | const int * | xarray, |
const int * | yarray, | ||
int | number | ||
) |
Definition at line 4 of file Polydots.c.
References COM_Cont_rel(), COM_Move_abs(), and driver::Polydots_abs.
Referenced by LOC_polydots_abs(), and process_command().
void COM_Polydots_rel | ( | const int * | xarray, |
const int * | yarray, | ||
int | number | ||
) |
Definition at line 19 of file Polydots.c.
References COM_Cont_rel(), COM_Move_rel(), and driver::Polydots_rel.
Referenced by LOC_polydots_rel(), and process_command().