git: 9front

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