shithub: plan9front

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