pub fn length<T, V>(v: &V) -> Twhere T: FloatScalar, V: Vector<T>,
Computes the length (magnitude) of a vector.
||v|| = √(v · v)