[][src]Function ncollide2d::query::ray_internal::plane_toi_with_ray

pub fn plane_toi_with_ray<N: RealField>(
    center: &Point<N>,
    normal: &Vector<N>,
    ray: &Ray<N>
) -> Option<N>

Computes the toi of a ray with a plane described by its center and normal.