pub fn intersection_test( pos1: &Isometry<f32>, g1: &dyn Shape, pos2: &Isometry<f32>, g2: &dyn Shape, ) -> Result<bool, Unsupported>
Tests whether two shapes are intersecting.