Function heron::rapier_plugin::rapier3d::parry::query::details::line_toi_with_halfspace[][src]

pub fn line_toi_with_halfspace(
    halfspace_center: &OPoint<f32, Const<3_usize>>,
    halfspace_normal: &Matrix<f32, Const<{_: usize}>, Const<1_usize>, ArrayStorage<f32, 3_usize, 1_usize>>,
    line_origin: &OPoint<f32, Const<3_usize>>,
    line_dir: &Matrix<f32, Const<{_: usize}>, Const<1_usize>, ArrayStorage<f32, 3_usize, 1_usize>>
) -> Option<f32>
Expand description

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