]> OCCT Git - occt-copy.git/commit
0024751: Performance improvements in the Edge/Edge intersection algorithm
authoremv <emv@opencascade.com>
Thu, 27 Mar 2014 13:10:12 +0000 (17:10 +0400)
committerabv <abv@opencascade.com>
Fri, 4 Apr 2014 04:53:45 +0000 (08:53 +0400)
commite02a6a72420ac19f06aa2b97781718c247568b3f
tree82594a95ecfe156962165d86be94143f1cce33c4
parentf74388470ffb96e82279e5afa63f83409a2c81d7
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]