Function heron::rapier_plugin::rapier::ncollide::query::line_toi_with_plane[][src]

pub fn line_toi_with_plane<N>(
    plane_center: &Point<N, U3>,
    plane_normal: &Matrix<N, U3, U1, <DefaultAllocator as Allocator<N, U3, U1>>::Buffer>,
    line_origin: &Point<N, U3>,
    line_dir: &Matrix<N, U3, U1, <DefaultAllocator as Allocator<N, U3, U1>>::Buffer>
) -> Option<N> where
    N: RealField

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