[][src]Function nalgebra_glm::inversesqrt

pub fn inversesqrt<N: RealField, D: Dimension>(v: &TVec<N, D>) -> TVec<N, D> where
    DefaultAllocator: Alloc<N, D>, 

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

See also: