Changes between Initial Version and Version 2 of Ticket #140


Ignore:
Timestamp:
Nov 21, 2007, 2:21:23 PM (16 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #140

    • Property Cc mloskot added
  • Ticket #140 – Description

    initial v2  
     1
     2In Geometry::contains the optimization for rectangles doesn't work when
     3
    14{{{
    2 In Geometry::contains the optimization for rectangles doesn't work when
    35isRectangle()==false and g->isRectangle==true.
    46Indeed the case:
     
    68return predicate::RectangleContains::contains((const Polygon&)*g, *this);
    79}
     10
     11}}}
    812is wrong and should be eliminated.
    9 }}}