Moves through a list of points
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 12 Aug 2008 05:28:03 +0000 (02:28 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Tue, 12 Aug 2008 07:50:47 +0000 (04:50 -0300)
commit6568397392b0f65e2c68b8b8a417e27cc952aac5
tree993413fdc40a88fe7047b6f00e27955954558cf8
parent85b814d76fbc6830cad31da9e5b7352442362cb9
Moves through a list of points

Given a list of points, it will loop over them and show each point
centered on the screen, moving in a straight line between them. However,
it only works with lines with a slope of one.
movie.c