Function nalgebra_glm::length[][src]

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

The magnitude of a vector.

A synonym for magnitude.

See also: