GRASS GIS 7 Programmer's Manual
7.8.6(2021)-exported
move.c
Go to the documentation of this file.
1
#include "
driver.h
"
2
#include "
driverlib.h
"
3
4
void
COM_Pos_abs
(
double
x
,
double
y)
5
{
6
cur_x
=
x
;
7
cur_y
= y;
8
}
9
driver.h
cur_x
double cur_x
Definition:
driver/init.c:32
cur_y
double cur_y
Definition:
driver/init.c:33
driverlib.h
COM_Pos_abs
void COM_Pos_abs(double x, double y)
Definition:
move.c:4
x
#define x
driver
move.c
Generated on Thu Dec 9 2021 00:27:35 for GRASS GIS 7 Programmer's Manual by
1.9.1