Function intersection_test_voxels_shape_shapes

Source
pub fn intersection_test_voxels_shape_shapes(
    dispatcher: &dyn PersistentQueryDispatcher,
    pos12: &Isometry<f32>,
    shape1: &dyn Shape,
    shape2: &dyn Shape,
) -> bool
Expand description

Checks for any intersection between voxels and an arbitrary shape, both represented as a Shape trait-object.