Function nalgebra_glm::magnitude[][src]

pub fn magnitude<T: RealField, const D: usize>(x: &TVec<T, D>) -> T
Expand description

The magnitude of a vector.

A wrapper around nalgebra::norm.

See also: