Struct space_partitioning::quadtree::QuadRect [−][src]
pub struct QuadRect { /* fields omitted */ }
Expand description
A rectangle describing the extents of the QuadTree.
Remarks
Only the tree node stores its extents. Bounding boxes for sub-nodes are computed on the fly.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QuadRect
impl UnwindSafe for QuadRect
Blanket Implementations
Mutably borrows from an owned value. Read more