[−][src]Trait collide_tree::BoundBox
Required methods
pub fn split(&self) -> (Self, Self)[src]
Split the box in half somehow, normally this should vary in direction
pub fn hits(&self, b: &Self) -> bool[src]
Test if one box collides with another.