Closed tanghaibao closed 14 years ago
right now it is O(n2) complexity, need to implement sweep line algorithm
fixed using sweep line algorithm, added box_utils.py
right now it is O(n2) complexity, need to implement sweep line algorithm