GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdlib.h>
#include <math.h>
#include <grass/gis.h>
#include "driver.h"
#include "driverlib.h"
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) |
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().
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().