| Current Path : /usr/home/beeson/MathXpert/ |
| Current File : /usr/home/beeson/MathXpert/grpaper.h |
/* the GraphPaper structure is defined in graphstr.h */ void DrawPaper(graph*g); GraphPaper GetGraphPaper(int); int NGraphPapers(void); int Round360(double); void AdjustGraphRanges(graph *g, int topic); int get_npapers(void); int GetFactoryGraphPaper(void); void printSamples(void); void drawGraphPaper(GraphPaper *G, double a, double b, double c, double d); #define GRPAPER_RADIUS 3.0 /* radius of circle in polar coordinates at which the line spacing is to be valid */ #define NTEMPLATES 5 // (sizeof(templates)/sizeof(GraphPaper)) #define NCUSTOMPAPERS 12 #define NSCHEMES 3 /* blue, green, orange */ #define NGRAPHPAPERS (NTEMPLATES * NSCHEMES-4)+NCUSTOMPAPERS