29 #ifndef LINE_ITERATOR_H 30 #define LINE_ITERATOR_H 143 #endif // LINE_ITERATOR_H LineIterator(int x0, int y0, int x1, int y1)
int y_
Y coordinate of current point.
int y0_
Y coordinate of first end point.
int y1_
Y coordinate of second end point.
int x_
X coordinate of current point.
int deltax_
Difference between Xs of endpoints.
int x1_
X coordinate of second end point.
int deltay_
Difference between Ys of endpoints.
int curpixel_
index of current point in line loop.
int x0_
X coordinate of first end point.