pub fn cast_shapes_voxels_shape<D>(
dispatcher: &D,
pos12: &Isometry<f32>,
vel12: &Vector<f32>,
g1: &Voxels,
g2: &dyn Shape,
options: ShapeCastOptions,
) -> Option<ShapeCastHit>where
D: ?Sized + QueryDispatcher,
Expand description
Time Of Impact of a voxels shape with any other shape, under a translational movement.