BVH3

Inheritance diagram of rumba.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.