[][src]Function mutiny::physics::ray_shape_intersection

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