[][src]Function nalgebra_glm::length

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

The magnitude of a vector.

A synonym for magnitude.

See also: