Blame


1 4314729d 2004-04-14 devnull #include "mplot.h"
2 4314729d 2004-04-14 devnull void rmove(double xx, double yy){
3 4314729d 2004-04-14 devnull e1->copyx += xx;
4 4314729d 2004-04-14 devnull e1->copyy += yy;
5 4314729d 2004-04-14 devnull move(e1->copyx, e1->copyy);
6 4314729d 2004-04-14 devnull }