This commit is contained in:
Glenn Maynard
2006-09-10 08:37:10 +00:00
parent 1f471f511b
commit 231171a7f8
+2 -1
View File
@@ -7,7 +7,8 @@
#include <vector> #include <vector>
using namespace std; using namespace std;
/* Coordinate 0x0 represents the exact top-left corner of a bitmap. .5x.5 /*
* Coordinate 0x0 represents the exact top-left corner of a bitmap. .5x.5
* represents the center of the top-left pixel; 1x1 is the center of the top * represents the center of the top-left pixel; 1x1 is the center of the top
* square of pixels. * square of pixels.
* *