Function rin_scene::physics::ray_shape_intersection[][src]

pub fn ray_shape_intersection<T, S>(
    ray: &Ray<T>,
    m: &Isometry3<T>,
    shape: &S,
    max_toi: T
) -> Option<Pnt3<T>> where
    T: RealField,
    S: RayCast<T>,