[][src]Function parry3d::query::intersection_test

pub fn intersection_test(
    pos1: &Isometry<Real>,
    g1: &dyn Shape,
    pos2: &Isometry<Real>,
    g2: &dyn Shape
) -> Result<bool, Unsupported>

Tests whether two shapes are intersecting.