pub fn line_toi_with_plane<N: RealField + Copy>(
    plane_center: &Point<N>,
    plane_normal: &Vector<N>,
    line_origin: &Point<N>,
    line_dir: &Vector<N>
) -> Option<N>
Expand description

Computes the toi of an unbounded line with a plane described by its center and normal.