pub fn cuboid_area<N>(
    half_extents: &Matrix<N, Const<nalgebra::::base::dimension::U2::{constant#0}>, Const<1>, ArrayStorage<N, 2, 1>>
) -> Nwhere
    N: RealField + Copy,
Expand description

The area of a cuboid.