linearly v0.32.0Docs


linearly v0.32.0 / vec2 / inverseSqrt

Function: inverseSqrt()

inverseSqrt(v): vec2

Returns the inverse of the square root of the parameter

Parameters

v: vec2

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

Returns

vec2

See

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

Shorthands

Defined in

src/vec2.ts:855open in new window