Docs.rs
box3d-rust-0.2.1
box3d-rust 0.2.1
Docs.rs crate page
MIT
23 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
larsbrubaker
Dependencies
criterion ^0.5
dev
Versions
56.54%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module dynamic_tree
box3d_
rust
0.2.1
Module dynamic_
tree
Module Items
Structs
Constants
In crate box3d_
rust
box3d_rust
Module
dynamic_
tree
Copy item path
Source
Structs
§
BoxCast
Input
Input for casting an AABB through a dynamic tree. (b3BoxCastInput)
Dynamic
Tree
The dynamic tree structure. (b3DynamicTree)
Tree
Node
A node in the dynamic tree. For internal usage. (b3TreeNode)
Tree
Node
View
Read-only view of a single dynamic-tree node, for visualization tooling that needs the structural fields the C sample reads off
b3TreeNode
directly (parent/children for a BFS depth walk,
aabb
+ flags for per-level drawing).
Tree
Stats
These are performance results returned by dynamic tree queries. (b3TreeStats)
Constants
§
DEFAULT_
CATEGORY_
BITS
types.h: B3_DEFAULT_CATEGORY_BITS
DEFAULT_
MASK_
BITS
types.h: B3_DEFAULT_MASK_BITS
DYNAMIC_
TREE_
VERSION
types.h: B3_DYNAMIC_TREE_VERSION