VectorMathInvSqrt Method |
Name | Description | |
---|---|---|
![]() ![]() | InvSqrt(Double) |
Computes inverse square root of array elements.
|
![]() ![]() | InvSqrt(Vector) |
Computes inverse square root of vector elements.
|
![]() ![]() | InvSqrt(Double, Double) |
Computes inverse square root of array elements.
Result will be stored in result array.
|
![]() ![]() | InvSqrt(Vector, Vector) |
Computes inverse square root of vector elements.
Result will be stored in result vector.
|
![]() ![]() | InvSqrt(Double, Int32, Int32) |
Computes inverse square root of Array elements.
|
![]() ![]() | InvSqrt(Double, Int32, Double, Int32, Int32) |
Computes inverse square root of array elements.
Result will be stored in result array.
|