GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Polydots.c File Reference
#include "driver.h"
#include "driverlib.h"
Include dependency graph for Polydots.c:

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)
 

Function Documentation

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().