BoxIntersectionTestFunc2

Trait BoxIntersectionTestFunc2 

Source
pub trait BoxIntersectionTestFunc2<T>: FnMut(&T, &BoundingBox2D) -> bool { }
Expand description

Box-item intersection test function.

Implementors§

Source§

impl<T, Super: FnMut(&T, &BoundingBox2D) -> bool> BoxIntersectionTestFunc2<T> for Super