[][src]Function oxygengine_physics_2d::prelude::ncollide2d::query::time_of_impact_plane_support_map

pub fn time_of_impact_plane_support_map<N, G>(
    mplane: &Isometry<N, U2, Unit<Complex<N>>>,
    vel_plane: &Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer>,
    plane: &Plane<N>,
    mother: &Isometry<N, U2, Unit<Complex<N>>>,
    vel_other: &Matrix<N, U2, U1, <DefaultAllocator as Allocator<N, U2, U1>>::Buffer>,
    other: &G,
    max_toi: N,
    target_distance: N
) -> Option<TOI<N>> where
    G: SupportMap<N> + ?Sized,
    N: RealField

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