Trait vox_geometry_rust::intersection_query_engine2::BoxIntersectionTestFunc2[][src]

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

Box-item intersection test function.

Implementors

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