Trait SubDivide

Source
pub trait SubDivide {
    type Division;
}
Expand description

Marker trait for the division of a BoundingBox into multiple bounding boxes.

Required Associated Types§

Source

type Division

The type the implementer divides into.

Implementors§