plan9port/src/cmd/plot/libplot/rmove.c
2004-04-14 19:54:10 +00:00

6 lines
120 B
C

#include "mplot.h"
void rmove(double xx, double yy){
e1->copyx += xx;
e1->copyy += yy;
move(e1->copyx, e1->copyy);
}