git: 9front

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