| 141 | |
| 142 | template <typename T, bool conservative> |
| 143 | LineSegmentIterator<T, conservative> LineSegment<T, conservative>::end() const |
| 144 | { |
| 145 | return LineSegmentIterator<T, conservative>(this->endPoint + this->inc, *this); |
| 146 | } |
| 147 | |
| 148 | } // namespace OpenApoc |
no outgoing calls