Monday, March 12, 2012

Project 6

In this assignment I learned how to actually draw some curves. The only functions you need is the beginPath(), which is where you set point to start. The other ones are moveTo(), lineTo(), bezierCurve(), lineTo, fill(). What the moveTo(); does is moves the top left corner to any height, and how much curve you want. lineTo(); function adjust how much width you want in the image, so I added two of these because if you put under the bezierCurve(); it adds curve to the top left corner. To see the outcome of my project click here.

Friday, March 2, 2012

Project 5

In this example I learned how to use transformations. The functions that I used was the draw function because I needed to draw a rectangle and a circle. So I had to draw several rectangles and stack them upon each other because the order matters. So I had to get the X and Y axis correctly to they could be placed correctly, then after that I drew circles. The fill in for the circles was white, and I get the X and Y axis correctly as well. The only thing that's confusing is getting the X and Y axis correctly instead of just guessing at times. So to see my final project click here.