Function heron::rapier_plugin::rapier2d::parry::query::details::contact_manifold_cuboid_triangle_shapes[][src]

pub fn contact_manifold_cuboid_triangle_shapes<ManifoldData, ContactData>(
    pos12: &Isometry<f32, Unit<Complex<f32>>, 2_usize>,
    shape1: &(dyn Shape + 'static),
    shape2: &(dyn Shape + 'static),
    prediction: f32,
    manifold: &mut ContactManifold<ManifoldData, ContactData>
) where
    ContactData: Default + Copy
Expand description

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