Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include "mplot.h"
2
void rmove(double xx, double yy){
3
	e1->copyx += xx;
4
	e1->copyy += yy;
5
	move(e1->copyx, e1->copyy);
6
}