Function intersection_test_shape_voxels

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

Checks for any intersection between voxels and an arbitrary shape.