git: 9front

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