plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

rvec.c (118B)


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