Module partitioning

Source
Expand description

Spatial partitioning tools.

Structs§

Bvh
A Bounding Volume Hierarchy (BVH) for spatial queries and collision detection.
BvhNode
A single node (internal or leaf) of a BVH.
BvhNodeIndex
An index identifying a single BVH tree node.
BvhNodeWide
A pair of tree nodes forming a 2-wide BVH node.
BvhWorkspace
Workspace data for various operations on the BVH tree.

Enums§

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

Traits§

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