[][src]Function toolbelt::aabb_frustum_intersection

pub fn aabb_frustum_intersection(
    bmin: Point3<f32>,
    bmax: Point3<f32>,
    p: FrustumPlanes
) -> bool