Hi everyone, I have a question. Typically, I don't do anything 'graphical' when it comes to programming. however, I've been tinkering with it lately. I'm trying to learn how to draw shapes using sin() and cos() (for example a square or triangle). I've gone and I've looked up the maths to it and it seems pretty straight forward on paper, but I can't find any examples where this is implemented in programming other than to plot points for data.
I wondered if anyone has an example of using sin and cos I could look at, even something as simple as a single line in which I could pull apart and play with.