[][src]Function nalgebra_glm::l2_norm

pub fn l2_norm<N: RealField, D: Dimension>(x: &TVec<N, D>) -> N where
    DefaultAllocator: Alloc<N, D>, 

The l2-norm of v.

This is also known as the Euclidean norm.

This is the same value as returned by length and magnitude.

See also: