pub fn cast_shapes_support_map_halfspace<G: ?Sized + SupportMap>(
pos12: &Isometry<f32>,
vel12: &Vector<f32>,
other: &G,
halfspace: &HalfSpace,
options: ShapeCastOptions,
) -> Option<ShapeCastHit>
Expand description
Time Of Impact of a halfspace with a support-mapped shape under translational movement.