GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
driver/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
COM_Pos_abs
void COM_Pos_abs(double x, double y)
Definition:
driver/move.c:4
cur_y
double cur_y
Definition:
driver/init.c:33
cur_x
double cur_x
Definition:
driver/init.c:32
driver.h
x
#define x
driverlib.h
lib
driver
move.c
Generated on Tue Feb 14 2023 05:56:00 for GRASS GIS 8 Programmer's Manual by
1.8.13