parry3d::query::details

Function intersection_test

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

Tests whether two shapes are intersecting.