Function nalgebra_glm::length2

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

The squared magnitude of x.

A synonym for magnitude2.

See also: