Problem Set #5
 
Part 1
Hand in: p1.class
Create a cubic parametric curve (i.e. a Bezier/Hermite/etc.) that is parameterized completely in Mx/My/t where t should represent a period of 2.5 seconds. As Mx and My are varied your curve should demonstrate varying between BALANCE and INSTABILITY in the Mx axis, and SYMMETRY and ASYMMETRY in My.
 
Part 2
Hand in: p2.class
Work with a sequence of at most 50 rectangles that are parameterized completely in Mx/My/t where t is always increasing (i.e. no time bounds). As Mx and My are varied your curve should demonstrate varying between ECONOMY and INTRICACY in the Mx axis, and UNDERSTATEMENT and EXAGGERATION in My.
 
Part 3
Hand in: p3.class
In the same manner of ps2, choose the same person's work you reviewed before and review problem 4 of ps4. Download the person's java file, add comments as JAVA comments, and **modify** the code to reflect your improvements, upload the improved .java and .class files.