[][src]Module dinotree::bbox

A collection of different bounding box containers.

Structs

BBox

AABB and Inner.

BBoxMut

AABB and mutable pointer to Inner.

BBoxRef

Reference to AABB and Reference to Inner.

BBoxRefMut

Reference to AABB and Mutable Reference to Inner.