* Returns an iterator to the end of the tile area. * @return The OrthogonalTileIterator. */
| 160 | * @return The OrthogonalTileIterator. |
| 161 | */ |
| 162 | OrthogonalTileIterator OrthogonalTileArea::end() const |
| 163 | { |
| 164 | return OrthogonalTileIterator(OrthogonalTileArea()); |
| 165 | } |
| 166 | |
| 167 | /** |
| 168 | * Create a diagonal tile area from two corners. |
no test coverage detected