Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/VectorReciprocalSqrtEstimate
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathNeon.h |
| Include | #include "Math/UnrealMathNeon.h" |
VectorRegister4Float VectorReciprocalSqrtEstimate
(
const VectorRegister4Float & Vec
)
Remarks
Returns an estimate of 1/sqrt(c) for each component of the vector VectorRegister4Float(1/sqrt(t), 1/sqrt(t), 1/sqrt(t), 1/sqrt(t))
Parameters
| Name | Description |
|---|---|
| Vector | Vector |