//Headers and Documentation for objects created by Justine Aylmer //CS 307 /* Draws a temple that is 17 units along the x-axis, 34 units along the z-axis, and 23 units along the y-axis. Its origin lies at the front left corner. Temple is all one color, so material and lighting should be specified by user. */ temple(); /* Draws a boat that is 10 units long (along x-axis) with oars spanning 16 units (along z-axis). It is 2 units high, and is drawn from the center. Color and lighting should be specified by user. */ boat(); /* Draws a trident that is 35 units long (along y-axis), 14 units wide (along x-axis) and is drawn from the bottom of the handle, facing down. Color and lighting should be specified by user. */ trident();