parry3d::query::details

Function cast_shapes_nonlinear_shape_voxels

Source
pub fn cast_shapes_nonlinear_shape_voxels<D>(
    dispatcher: &D,
    motion1: &NonlinearRigidMotion,
    g1: &dyn Shape,
    motion2: &NonlinearRigidMotion,
    g2: &Voxels,
    start_time: f32,
    end_time: f32,
    stop_at_penetration: bool,
) -> Option<ShapeCastHit>
where D: ?Sized + QueryDispatcher,
Expand description

Time Of Impact of any shape with a composite shape, under a rigid motion (translation + rotation).