VectorMathInvSqrtInPlace Method |
Name | Description | |
---|---|---|
InvSqrtInPlace(Double) |
Computes inverse square root of array elements.
And rewrite original array with operation result.
| |
InvSqrtInPlace(Vector) |
Computes inverse square root of vector elements.
And rewrite original vector with operation result.
| |
InvSqrtInPlace(Double, Int32, Int32) |
Computes inverse square root of array elements.
And rewrite original array with operation result.
|