[][src]Module broccoli::prelude

Re-exports

pub use crate::Num;
pub use crate::Aabb;
pub use crate::HasInner;
pub use crate::query::Queries;
pub use crate::query::QueriesInner;

Structs

BBox

A bounding box container object that implements Aabb and HasInner. Note that &mut BBox<N,T> also implements Aabb and HasInner.

Functions

bbox

Shorthand constructor of BBox