1 2 3 4 5
use bevy::render::primitives::Aabb; pub(crate) fn get_max_radius(aabb: &Aabb) -> f32 { aabb.half_extents.length() }