[][src]Module dinotree_alg::bbox

A collection of different bounding box containers.

Structs

BBox

Equivalent to: (Rect<N>,T)

BBoxIndirect

Equivalent to: &mut (Rect<N>,T)

BBoxMut

Equivalent to: (Rect<N>,&mut T)