git: 9front

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