GRASS GIS 8 Programmer's Manual
8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
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
}
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 Sat Jun 21 2025 21:07:27 for GRASS GIS 8 Programmer's Manual by
1.13.2