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

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

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