<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="serif">Alright -- on the web page you will now find
      copies of homework 2, programming assignment 2, and the group
      programming assignment. These are all found in the HOMEWORK
      section.<br>
      <br>
      I also added some more examples to the website and included a
      Mathematica notebook for transformation matrices to help you all
      see what is going on.&nbsp; We will look at it more on Tuesday.&nbsp; You
      need to start working on the homework now so you have some idea of
      what we are trying to accomplish next week.<br>
      <br>
      Next Tuesday we will also get "down and dirty" with actually doing
      the animation process in your arrow.&nbsp; While you have all of the
      "animation machinery" in the movedot program I gave you, you most
      likely are still missing the pieces to actually transform the
      arrow.&nbsp;&nbsp; <br>
      <br>
      Work for this weekend....&nbsp;&nbsp; <br>
      <br>
      First:&nbsp; I have included a matrix multiplication program in
      /pub/pounds/CSC315/codesFromClass called vmatm.c.&nbsp;&nbsp; This program
      uses a linear memory addressing style for matrices that is found
      throughout most of my programs.&nbsp;&nbsp; If you have another method of
      accessing matrices -- that accomplishes the same task and accesses
      memory in the same linear manner -- I would like to see it.&nbsp;&nbsp;&nbsp; I
      know that you can do things like mat[][], but the mechanism of
      setting these up properly and moving memory segments into and out
      of functions (requiring pointers to arrays of pointers) has always
      seemed a bit much to throw at students who struggle with pointers
      in the first place. <br>
      <br>
      Second: Get your screen and arrow ready.&nbsp; You need an array of
      points for your arrow, probably best to go with an array of vertex
      structs).<br>
      <br>
      We are going to work a lot in class next week -- I am going to
      want to see code from EVERYBODY.&nbsp; If you are not ready to move
      with me you are going to fall way behind.<br>
      <br>
      <br>
    </font>
    <pre class="moz-signature" cols="72">-- 
Andrew J. Pounds, Ph.D.  (<a class="moz-txt-link-abbreviated" href="mailto:pounds_aj@mercer.edu">pounds_aj@mercer.edu</a>)
Professor of Chemistry and Computer Science
Mercer University,  Macon, GA 31207   (478) 301-5627
<a class="moz-txt-link-freetext" href="http://faculty.mercer.edu/pounds_aj">http://faculty.mercer.edu/pounds_aj</a>
</pre>
  </body>
</html>