home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / fractal / fdesi313 / fdes13s / fdesplot.h < prev    next >
Text File  |  1990-01-15  |  441b  |  14 lines

  1. /*
  2.     Plotting methods header file
  3. */
  4. void plotabunch(int howmany);
  5. int doIFSrand(void);
  6. extern IFS_changed;                     /* flags that the triangles have changed */
  7. extern float xscale,yscale,xoffset,yoffset,maxx,maxy;
  8. extern int plot_type;
  9. extern int pal_switch;
  10. void plotlimits(unsigned int scale_its);
  11. void IFS_rescale(float xscale, float xoffset, float yscale, float yoffset,int rel);
  12. void triangles_use_temp(void);
  13.  
  14.