43 bool include_last_index,
bool bresenham)
44 :
BaseIterator(info), x0_(x0), y0_(y0), x1_(x1), y1_(y1), include_last_index_(include_last_index),
45 bresenham_(bresenham), start_index_(0, 0), end_index_(0, 0)
81 :
Line(other.info_, other.index_, other.x0_, other.y0_, other.x1_, other.y1_, other.include_last_index_,
82 other.bresenham_, other.start_index_, other.end_index_)
88 :
BaseIterator(info, index), x0_(x0), y0_(y0), x1_(x1), y1_(y1), include_last_index_(include_last_index),
89 bresenham_(bresenham), start_index_(start_index), end_index_(end_index)
117 double local_x0, local_y0, local_x1, local_y1;