Changes between Initial Version and Version 1 of TimeAtLap


Ignore:
Timestamp:
04/09/08 01:10:30 (16 years ago)
Author:
x11joe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TimeAtLap

    v1 v1  
     1TimeAtLap() Array 
     2 
     3The Array used in theRaceObject for keeping track of time 'per' lap literally.  As opposed to the total time per lap. 
     4 
     5So for example. 
     6 
     7lap1->5 seconds 
     8lap2->4 seconds 
     9lap3->7 seconds 
     10lap4->3 seconds 
     11 
     12Using those same times, the lapTimes() array would look like this 
     13 
     14lap1->5 seconds 
     15lap2->9 seconds 
     16lap3->16 seconds 
     17lap4->19 seconds 
     18 
     19So hopefully the difference is clear and the purposes for both should become apparent.