Authorship
& Interaction
R E S E A R C H
M Y D E S I G N
F I N A L P R O J E C T
H O M E

a float: x-coordinate of the rectangle by default
b float: y-coordinate of the rectangle by default
c float: width of the rectangle by default
d float: height of the rectangle by default

rect(a, b, c, d)
Syntax
triangle(x1, y1, x2, y2, x3, y3)
Parameters
x1 float: x-coordinate of the first point
y1 float: y-coordinate of the first point
x2 float: x-coordinate of the second point
y2 float: y-coordinate of the second point
x3 float: x-coordinate of the third point
y3 float: y-coordinate of the third point
PROCESSING SHAPES
PROCESSING PICTURES
HOUSE
SHAPES
rect(50,200,500,350); // outside border of house

triangle(50,200,300,50,550,200); // roof

rect(85,250,100,225); // outside of left window

rect(415,250,100,225); // outside of right window

line(85,363,185,363); // horizontal line in left window

line(135,250,135,475); // vertical line in left window

line(415,363,515,363); // horizontal line in right window

line(465,250,465,475); // vertical line of right window

rect(250,250,100,300); // border of door

ellipse(270,393,15,15); // door knob
PROCESSING
Exploration of positioning shapes
Exploration of positioning shapes
Exploration of positioning shapes in a picture
HOUSE
Exploration of colours
HOUSE
Final
MOVEMENT
Exploration of practice of movement of circles by typing a code into the void area in processing software
Here I spelt my name out.