diff CollidoscopeApp/include/DrawInfo.h @ 16:4dad0b810f18

Comment tidy up + attributions
author Fiore Martin <f.martin@qmul.ac.uk>
date Tue, 16 Aug 2016 14:27:53 +0100
parents a4a336624f5a
children
line wrap: on
line diff
--- a/CollidoscopeApp/include/DrawInfo.h	Mon Aug 15 17:00:22 2016 +0100
+++ b/CollidoscopeApp/include/DrawInfo.h	Tue Aug 16 14:27:53 2016 +0100
@@ -58,7 +58,7 @@
     }
 
     /**
-     * Maps a value in the audio space [-1.0, 1.0] to a position on the y axis of this DrawInf's bounding area.
+     * Maps a value in the audio space [-1.0, 1.0] to a position on the y axis of this DrawInfo's bounding area.
      *
      */ 
     float audioToHeigt(float audioSample) const {
@@ -99,7 +99,7 @@
     }
 
     /**
-     * Flips y according to the index of the wave. It is needed because the second wave in collidoscope is upside down from the orientation oftthe screen.
+     * Flips y according to the index of the wave. It is needed because the second wave in collidoscope is drawn upside down in the screen.
      */ 
     int flipY(int y) const 
     {
@@ -110,7 +110,7 @@
     }
 
     /**
-     * Returns x. not used at he moment.
+     * Returns x. not used at the moment.
      *
      */ 
     int flipX(int x) const