pub fn b2_shape_cast(
    output: &mut B2shapeCastOutput,
    input: B2shapeCastInput
) -> bool
Expand description

Perform a linear shape cast of shape b moving and shape A fixed. Determines the hit point, normal, and translation fraction.

@returns true if hit, false if there is no hit or an initial overlap