MCPcopy Create free account
hub / github.com/GameFoundry/B3DFramework / InvSqrt

Method InvSqrt

Source/Scripting/bsfSharp/Math/MathEx.cs:523–526  ·  view source on GitHub ↗

Returns an inverse square root (1/sqrt(x)) of the provided value. Value to take the inverse square root of. Must not be negative or zero. Inverse square root of the provided value.

(float f)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

ToAxisAngleMethod · 0.80
NormalizeMethod · 0.80
NormalizeMethod · 0.80
QDUDecompositionMethod · 0.80

Calls 1

SqrtMethod · 0.45

Tested by

no test coverage detected