length

Function length 

Source
pub fn length<T, V>(v: &V) -> T
where T: FloatScalar, V: Vector<T>,
Expand description

Computes the length (magnitude) of a vector.

§Mathematical Definition

||v|| = √(v · v)