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.
- BvhNode
Index - An index identifying a single BVH tree node.
- BvhNode
Wide - A pair of tree nodes forming a 2-wide BVH node.
- BvhWorkspace
- Workspace data for various operations on the BVH tree.
Enums§
- BvhBuild
Strategy - The strategy for one-time build of the BVH tree.
- Traversal
Action - Controls the execution flow of
Bvh::traverse.
Traits§
- BvhLeaf
Cost - Cost associated to a BVH leaf during best-first traversal.