Module partitioning

Source
Expand description

Spatial partitioning tools.

Structs§

Bvh
A Bounding Volume Hierarchy designed for spatial queries and physics engine broad-phases.
BvhNode
The note (internal or leaf) of a BVH.
BvhWorkspace
Workspace data for various operations on the tree.

Enums§

BvhBuildStrategy
The strategy for one-time build of the tree.
TraversalAction
Controls the execution flowo of Bvh::traverse.

Traits§

BvhLeafCost
Cost associated to a BVH leaf during best-first traversal.