git: 9front

ref: 6bda784cb6a0a933a3c3bde7e6b6d60d221d88f2
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);
}