Skip to main content

get_shape_projected_area

Function get_shape_projected_area 

Source
pub fn get_shape_projected_area(shape: &Shape, plane_normal: Vec3) -> f32
Expand description

Projected area of a shape onto a plane with the given normal. Used by explosions. (b3GetShapeProjectedArea)