git: 9front

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