shithub: riscv

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