GRASS Programmer's Manual
6.4.2(2012)
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Cont.c
Go to the documentation of this file.
1
#include "
driver.h
"
2
#include "
driverlib.h
"
3
4
void
COM_Cont_abs
(
int
x,
int
y)
5
{
6
DRV_draw_line
(
cur_x
,
cur_y
, x, y);
7
cur_x
= x;
8
cur_y
= y;
9
}
10
11
void
COM_Cont_rel
(
int
x,
int
y)
12
{
13
COM_Cont_abs
(
cur_x
+ x,
cur_y
+ y);
14
}
lib
driver
Cont.c
Generated on Sun Mar 16 2014 05:07:43 for GRASS Programmer's Manual by
1.8.1.2