GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Move.c File Reference
#include "driver.h"
#include "driverlib.h"
Include dependency graph for Move.c:

Go to the source code of this file.

Functions

void COM_Move_abs (int x, int y)
void COM_Move_rel (int x, int y)

Function Documentation

void COM_Move_abs ( int  x,
int  y 
)

Definition at line 4 of file Move.c.

References cur_x, and cur_y.

Referenced by COM_Polydots_abs(), COM_Polyline_abs(), LOC_move_abs(), and process_command().

void COM_Move_rel ( int  x,
int  y 
)

Definition at line 10 of file Move.c.

References cur_x, and cur_y.

Referenced by COM_Polydots_rel(), COM_Polyline_rel(), LOC_move_rel(), and process_command().