Function nalgebra_glm::magnitude[][src]

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

The magnitude of a vector.

A wrapper around nalgebra::norm.

See also: