Skip to main content

compute_sphere_aabb

Function compute_sphere_aabb 

Source
pub fn compute_sphere_aabb(
    sphere: &Sphere,
    transform: Transform,
) -> Result<Aabb>
Expand description

Computes the world-space AABB for a transformed sphere.