Function parry2d::query::details::contact_manifolds_trimesh_shape_shapes

source ยท
pub fn contact_manifolds_trimesh_shape_shapes<ManifoldData, ContactData>(
    dispatcher: &dyn PersistentQueryDispatcher<ManifoldData, ContactData>,
    pos12: &Isometry<Real>,
    shape1: &dyn Shape,
    shape2: &dyn Shape,
    prediction: Real,
    manifolds: &mut Vec<ContactManifold<ManifoldData, ContactData>>,
    workspace: &mut Option<ContactManifoldsWorkspace>
)
where ManifoldData: Default, ContactData: Default + Copy,
Expand description

Computes the contact manifold between a triangle-mesh an a shape, both represented as Shape trait-objects.