pub fn vec4_square_len<T>(a: Vector4<T>) -> Twhere T: Copy + Add<T, Output = T> + Mul<T, Output = T>,
Computes the square length of a vector.