Tag Archives: 2D parametric function

2D parametric function #4

My final image I am quite proud of, it’s nice, simple and clean. This took quite a lot of tweaking to get right and it turned out liked I had hoped.

Posted in Design Course Work, MDDN242 - Computer Graphics Production | Tagged , , , , , , , | Leave a comment

2D parametric function #3

This is the third example I came up with. I quite like this as although it seems random and a mess it actually has a couple of very strict rules behind it which you wouldn’t guess at first glance and … Continue reading

Posted in Design Course Work, MDDN242 - Computer Graphics Production | Tagged , , , , , , , | Leave a comment

2D parametric function #2

My second result is quite a contrast to my initial 2D parametic function, it’s a sort of square with an elipse in the centre. These are the two functions which create this image: def xfunction(z): #returns the x coordinate    … Continue reading

Posted in Design Course Work, MDDN242 - Computer Graphics Production | Tagged , , , , , , , | Leave a comment

2D parametric function #1

This is my first attempt with using a two dimensional function, although it’s quite simple I quite liked it. I stumbled across it when I was trying to create a spiral, these are the two functions involved in creating the … Continue reading

Posted in Design Course Work, MDDN242 - Computer Graphics Production | Tagged , , , , , , , | Leave a comment