BVH3

- class BVH3
A bounding volume hierarchy to quickly select 3d shapes.
Constructors
__init__Value(: bool) -> None
Methods
select(position, max_distance, result)Returns a rough selection of the elements at a distance of position smaller than max_distance.