home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / plplot.lzh / PLPLOT / PLPLOT.LZH / plplot / src / plr135.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-23  |  135 b   |  10 lines

  1. #include "plplot.h"
  2.  
  3. void plr135(ix,iy,isens)
  4. PLINT *ix, *iy, isens;
  5. {
  6.       *ix = -*ix;
  7.       *iy = -*iy;
  8.       plr45(ix,iy,isens);
  9. }
  10.