pub fn intersection_test(
    pos1: &Isometry<f32, Unit<Complex<f32>>, 2>,
    g1: &(dyn Shape + 'static),
    pos2: &Isometry<f32, Unit<Complex<f32>>, 2>,
    g2: &(dyn Shape + 'static)
) -> Result<bool, Unsupported>
Expand description

Tests whether two shapes are intersecting.