Function nalgebra_glm::inversesqrt

source ·
pub fn inversesqrt<N: Real, D: Dimension>(v: &TVec<N, D>) -> TVec<N, D>where
    DefaultAllocator: Alloc<N, D>,
Expand description

Compute the inverse of the square root of each component of v.

See also: