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

Go to the source code of this file.

Data Structures

struct  point
 

Functions

void COM_Polygon_abs (const int *xarray, const int *yarray, int number)
 
void COM_Polygon_rel (const int *xarray, const int *yarray, int number)
 

Function Documentation

void COM_Polygon_abs ( const int xarray,
const int yarray,
int  number 
)

Definition at line 124 of file driver/Polygon.c.

References driver::Polygon_abs.

Referenced by COM_Box_abs(), COM_Polygon_rel(), LOC_polygon_abs(), and process_command().

void COM_Polygon_rel ( const int xarray,
const int yarray,
int  number 
)

Definition at line 134 of file driver/Polygon.c.

References COM_Polygon_abs(), cur_x, cur_y, and driver::Polygon_rel.

Referenced by LOC_polygon_rel(), and process_command().