Computer Science Canada curves |
| Author: | bored_hacker [ Sun May 29, 2005 3:39 pm ] | ||
| Post subject: | curves | ||
i'm working on a program that draws sine, cosine, tangent curves, lines and parabolas. it's still in progress but i have made a prototype that draws sine and cosine curves like you would on a graphing calculator. the full version will also have GUI. i'll post it when i'm done, anywy, here's the prototype. It's 95% foolproof. any suggestions would be appreciated. also, in the parameters u can type in "pi" for 3.141592653... (it's not case sensetive)
|
|||
| Author: | Cervantes [ Sun May 29, 2005 3:42 pm ] |
| Post subject: | |
You should either make the scale of the x and y axes adjustable, or make them auto adjust to fit your sine wave/whatever you're graphing. |
|
| Author: | bored_hacker [ Sun May 29, 2005 3:45 pm ] |
| Post subject: | |
Cervantes wrote: You should either make the scale of the x and y axes adjustable, or make them auto adjust to fit your sine wave/whatever you're graphing.
i originally chose to do that but i changed my mind, good idea though |
|