Function parry3d::query::intersection_test
source · pub fn intersection_test(
pos1: &Isometry<Real>,
g1: &dyn Shape,
pos2: &Isometry<Real>,
g2: &dyn Shape
) -> Result<bool, Unsupported>
Expand description
Tests whether two shapes are intersecting.