Function heron::rapier_plugin::rapier3d::parry::query::details::intersection_test[][src]

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

Tests whether two shapes are intersecting.