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

pub fn contact_manifold_cuboid_triangle_shapes<ManifoldData, ContactData>(
    pos12: &Isometry<Real>,
    shape1: &dyn Shape,
    shape2: &dyn Shape,
    prediction: Real,
    manifold: &mut ContactManifold<ManifoldData, ContactData>
) where
    ContactData: Default + Copy

Computes the contact manifold between a cuboid and a triangle represented as Shape trait-objects.