linearly v0.32.0Docs


linearly v0.32.0 / vec4 / inverseSqrt

Function: inverseSqrt()

inverseSqrt(v): vec4

Returns the inverse of the square root of the parameter

Parameters

v: vec4

the value of which to take the inverse of the square root

Returns

vec4

See

https://thebookofshaders.com/glossary/?search=inversesqrtopen in new window

Defined in

src/vec4.ts:894open in new window