Function nalgebra_glm::magnitude

source ·
pub fn magnitude<N: Real, D: Dimension>(x: &TVec<N, D>) -> Nwhere
    DefaultAllocator: Alloc<N, D>,
Expand description

The magnitude of a vector.

A wrapper around nalgebra::norm.

See also: