Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float VectorReciprocalSqrt
(
const VectorRegister4Float& Vec |
Returns an estimate of 1/sqrt(c) for each component of the vector | Math/UnrealMathFPU.h | |
VectorRegister4Double VectorReciprocalSqrt
(
const VectorRegister4Double& Vec |
Math/UnrealMathFPU.h |
VectorReciprocalSqrt(const VectorRegister4Float &)
Description
Returns an estimate of 1/sqrt(c) for each component of the vector
| Name | VectorReciprocalSqrt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Float VectorReciprocalSqrt
(
const VectorRegister4Float & Vec
)
VectorRegister(1/sqrt(t), 1/sqrt(t), 1/sqrt(t), 1/sqrt(t))
Parameters
| Name | Remarks |
|---|---|
| Vector | Vector |
VectorReciprocalSqrt(const VectorRegister4Double &)
| Name | VectorReciprocalSqrt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Double VectorReciprocalSqrt
(
const VectorRegister4Double & Vec
)