Namespace BepuPhysics.Trees
Classes
- Tree.RefitAndRefineMultithreadedContext
Caches input and output for the multithreaded execution of a tree's refit and refinement operations.
Structs
- Leaf
Pointer to a leaf's tree location.
- Metanode
Metadata associated with a 2-child tree node.
- Node
2-wide tree node.
- RayBatcher
Reusable structure for testing large numbers of rays against trees.
- TreeRay
Ray representation designed for quicker intersection against axis aligned bounding boxes.
Interfaces
- IOverlapHandler
Overlap callback for tree overlap queries.
- IThreadedOverlapHandler
Overlap callback for tree overlap queries. Used in multithreaded contexts.