0024751: Performance improvements in the Edge/Edge intersection algorithm
authoremv <emv@opencascade.com>
Thu, 27 Mar 2014 13:10:12 +0000 (17:10 +0400)
committerbugmaster <bugmaster@opencascade.com>
Fri, 28 Mar 2014 11:55:21 +0000 (15:55 +0400)
commit6b1fe48c8a0a4c35ae582472ceda7ab37d0b242b
treee394dc22af5998be9b55727bbd79ab779f87a5e4
parent9ba2c30f1a4a14e139019a853a9c2af42a46c0fb
0024751: Performance improvements in the Edge/Edge intersection algorithm

Added new static method PointBoxDistance() to compute distance between point and bounding box.
Removed method IntTools_EdgeEdge::FindRoughRanges().
Test cases for issue CR24751
src/IntTools/IntTools_EdgeEdge.cdl
src/IntTools/IntTools_EdgeEdge.cxx
tests/bugs/modalg_5/bug24751_1 [new file with mode: 0644]
tests/bugs/modalg_5/bug24751_2 [new file with mode: 0644]
tests/bugs/modalg_5/bug24751_3 [new file with mode: 0644]
tests/bugs/modalg_5/bug24751_4 [new file with mode: 0644]
tests/bugs/modalg_5/bug24751_5 [new file with mode: 0644]