linearly v0.32.0Docs


linearly v0.32.0 / scalar / inverseSqrt

Function: inverseSqrt()

inverseSqrt(v): number

Returns the inverse of the square root of the parameter

Parameters

v: number

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

Returns

number

See

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

Defined in

src/scalar.ts:440open in new window