Trait vox_geometry_rust::intersection_query_engine3::BoxIntersectionTestFunc3[][src]

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

Box-item intersection test function.

Implementors

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