/* Slow and dumb plotting routines, cheifly for debugging. */ /* Last edited on 2007-01-04 00:13:41 by stolfi */ #ifndef slowplot_H #define slowplot_H #include #include #include #include #include void slow_plot(PSStream *ps, bz_patch_t *b); void slow_plot_vertex(PSStream *ps, bz_patch_t *b, int steps); void slow_plot_edge(PSStream *ps, bz_patch_t *b, int steps); void slow_plot_face(PSStream *ps, bz_patch_t *b, int steps, double R, double G, double B); /* Slow and dumb plotting routines, for debugging. */ #endif