Skip to main content

compute_swept_shape_aabb

Function compute_swept_shape_aabb 

Source
pub fn compute_swept_shape_aabb(shape: &Shape, sweep: &Sweep, time: f32) -> Aabb
Expand description

Swept AABB of a convex shape along a sweep at time in [0, 1]. (b3ComputeSweptShapeAABB)