parry3d::query::details

Function contact_manifolds_trimesh_shape_shapes

source
pub fn contact_manifolds_trimesh_shape_shapes<ManifoldData, ContactData>(
    dispatcher: &dyn PersistentQueryDispatcher<ManifoldData, ContactData>,
    pos12: &Isometry<f32>,
    shape1: &dyn Shape,
    shape2: &dyn Shape,
    prediction: f32,
    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.