git: 9front

ref: 85793f86e3e2bd35c1e7e37c66e58f1a7a77fc7f
dir: /sys/src/cmd/plot/libplot/rvec.c/

View raw version
#include "mplot.h"
void rvec(double xx, double yy){
	e1->copyx += xx;
	e1->copyy += yy;
	vec(e1->copyx, e1->copyy);
}