shithub: riscv

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