git: 9front

ref: fdf8af5e94a2989d1b3c94aa5c9f43139d2f56c6
dir: /sys/src/cmd/plot/libplot/rmove.c/

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