[−][src]Function ncollide3d::query::ray_internal::plane_toi_with_line
pub fn plane_toi_with_line<N: Real>(
plane_center: &Point<N>,
plane_normal: &Vector<N>,
line_origin: &Point<N>,
line_dir: &Vector<N>
) -> Option<N>
Computes the toi of an unbounded line with a plane described by its center and normal.