[][src]Module broccoli::prelude

The broccoli prelude.

Re-exports

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

Structs

BBox

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

Rect

An axis aligned rectangle. Stored as two Ranges. It is a semi-closed rectangle. A point is considered inside the rectangle if it is in [start,end) for both x and y.

Functions

bbox

Shorthand constructor of BBox

rect

Type Definitions

RayCastResult