pub trait SubDivide {
type Division;
}
Expand description
Marker trait for the division of a BoundingBox
into multiple bounding boxes.
pub trait SubDivide {
type Division;
}
Marker trait for the division of a BoundingBox
into multiple bounding boxes.