Function parry3d::query::contact::contact_cuboid_cuboid

source ·
pub fn contact_cuboid_cuboid(
    pos12: &Isometry<Real>,
    cuboid1: &Cuboid,
    cuboid2: &Cuboid,
    prediction: Real
) -> Option<Contact>
Expand description

Contact between two cuboids.