Function len3

Source
pub fn len3<T>(a: [T; 3]) -> T
where T: Copy + Sqrt + Add<Output = T> + Mul<Output = T>,
Expand description

Computes the length of vector.