[]Function rusty_engine::prelude::glm::l2_norm

pub fn l2_norm<N, D>(
    x: &Matrix<N, D, U1, <DefaultAllocator as Allocator<N, D, U1>>::Buffer>
) -> N where
    D: Dimension,
    N: RealField,
    DefaultAllocator: Alloc<N, D, U1>, 

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: