[−][src]Function ncollide3d::query::ray_internal::plane_toi_with_ray
pub fn plane_toi_with_ray<N: Real>(
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.