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

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.