Function intersection_test_voxels_shape

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

Checks for any intersection between voxels and an arbitrary shape.