Revision 292ffe09096e853dde612e8ae9c641afa0643924 authored by Laurent Rineau on 16 January 2017, 11:27:23 UTC, committed by GitHub on 16 January 2017, 11:27:23 UTC
2 parent s f8a3092 + 9fdc2c8
Raw File
todo.txt
- Make get_left_bottom_right_top() const
  which means making some variables mutable so that update() becomes "const"
- Check if the lengthy name problem is still an issue
- Do we also want to offer functions left(), right(), top(), bottom() ???
- Find a better name for method get_bounding_box.
- Shall we store the iso-rectangle passed in the constructor
  in order to return the one that was passed to the constructor
  instead of a new one

back to top