git: 9front

ref: 4b194ca0e86b5594bf4df1d1ee743c1965592c9c
dir: /sys/src/cmd/plot/libplot/move.c/

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