Project Members: Nathan Romriell Project Title: Fractals and the Importance of Linear Algebra in Computer Graphics Code for the fractal generator is provided attached as a zipped Xcode project file and as source with the main.c file which is the only file required to run through a console. Controls for fractal generator: 'w' - zoom in 's'-zoom out 'a' - decrease real constant 'd' - increase real constant 'e' - increase imaginary constant 'q' - decrease imaginary constant ',' - decrease red color '.' - increase red color ';' - decrease green color '\' - increase green color '[' - decrease blue color ']' - increase blue color '=' - apply positive z shift '-' - apply negative z shift 'i' - move down 'k' -move up 'j' - move right 'L' - move left