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
Move.c
Go to the documentation of this file.
1
#include "
driver.h
"
2
#include "
driverlib.h
"
3
4
void
COM_Move_abs
(
int
x,
int
y)
5
{
6
cur_x
= x;
7
cur_y
= y;
8
}
9
10
void
COM_Move_rel
(
int
x,
int
y)
11
{
12
cur_x
+= x;
13
cur_y
+= y;
14
}
lib
driver
Move.c
Generated on Sun Mar 16 2014 05:07:47 for GRASS Programmer's Manual by
1.8.1.2