Click or drag to resize

VectorMathInvSqrtInPlace Method

Overload List
  NameDescription
Public methodStatic memberInvSqrtInPlace(Double)
Computes inverse square root of array elements. And rewrite original array with operation result.
Public methodStatic memberInvSqrtInPlace(Vector)
Computes inverse square root of vector elements. And rewrite original vector with operation result.
Public methodStatic memberInvSqrtInPlace(Double, Int32, Int32)
Computes inverse square root of array elements. And rewrite original array with operation result.
Top
See Also