Trait vox_geometry_rust::intersection_query_engine3::RayIntersectionTestFunc3[][src]

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

Ray-item intersection test function.

Implementors

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