Revision fd485320284d341ec9e9a34ef2aac66540848e0f authored by Laurent Rineau on 25 February 2015, 10:18:03 UTC, committed by Laurent Rineau on 25 February 2015, 10:18:03 UTC
1 parent c3124cc
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