]> OCCT Git - occt-copy.git/commit
0030131: Foundation Classes - support of Linear builder for 2D BVH trees
authorosa <osa@opencascade.com>
Tue, 11 Sep 2018 18:56:14 +0000 (21:56 +0300)
committeremv <emv@opencascade.com>
Mon, 27 May 2019 13:18:57 +0000 (16:18 +0300)
commitf2da78be2ef0003148cbc2531a08d56832ffc312
treece99e9da4c9586a9b570f8ecbae9a13ce917698b
parentb575195f96a05a352d5d936b3454d6038560cb4e
0030131: Foundation Classes - support of Linear builder for 2D BVH trees

BVH_LinearBuilder and BVH_RadixSorter now accept N==2.
NCollection_Vec2/3/4 - added missing division by vec operators.
src/BVH/BVH.cxx
src/BVH/BVH_LinearBuilder.hxx
src/BVH/BVH_RadixSorter.hxx
src/NCollection/NCollection_Vec2.hxx
src/NCollection/NCollection_Vec3.hxx
src/NCollection/NCollection_Vec4.hxx