Subversion Repositories planix.SVN

Rev

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

#include "mplot.h"
void rvec(double xx, double yy){
        e1->copyx += xx;
        e1->copyy += yy;
        vec(e1->copyx, e1->copyy);
}