[][src]Function ncollide3d::query::time_of_impact_internal::plane_against_support_map

pub fn plane_against_support_map<N, G: ?Sized>(
    mplane: &Isometry<N>,
    vel_plane: &Vector<N>,
    plane: &Plane<N>,
    mother: &Isometry<N>,
    vel_other: &Vector<N>,
    other: &G
) -> Option<N> where
    N: Real,
    G: SupportMap<N>, 

Time Of Impact of a plane with a support-mapped shape under translational movement.