[][src]Function nalgebra_glm::magnitude

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

The magnitude of a vector.

A wrapper around nalgebra::norm.

See also: