git: 9front

ref: 8d0d2ec80f06f3d7d8ba44313cd08eaef5d9b5d1
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);
}