shithub: riscv

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