[][src]Function parry2d::query::details::contact_manifold_cuboid_triangle

pub fn contact_manifold_cuboid_triangle<'a, ManifoldData, ContactData>(
    pos12: &Isometry<Real>,
    pos21: &Isometry<Real>,
    cuboid1: &'a Cuboid,
    triangle2: &'a Triangle,
    prediction: Real,
    manifold: &mut ContactManifold<ManifoldData, ContactData>,
    flipped: bool
) where
    ContactData: Default + Copy

Computes the contact manifold between a cuboid and a triangle.