Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float VectorReciprocalLenEstimate
(
const VectorRegister4Float& Vector |
Return Reciprocal Length of the vector (estimate) | Math/UnrealMathFPU.h | |
VectorRegister4Double VectorReciprocalLenEstimate
(
const VectorRegister4Double& Vector |
Math/UnrealMathFPU.h |
VectorReciprocalLenEstimate(const VectorRegister4Float &)
Description
Return Reciprocal Length of the vector (estimate)
| Name | VectorReciprocalLenEstimate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Float VectorReciprocalLenEstimate
(
const VectorRegister4Float & Vector
)
VectorRegister4Float(rlen, rlen, rlen, rlen) when rlen = 1/sqrt(dot4(V))
Parameters
| Name | Remarks |
|---|---|
| Vector | Vector |
VectorReciprocalLenEstimate(const VectorRegister4Double &)
| Name | VectorReciprocalLenEstimate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Double VectorReciprocalLenEstimate
(
const VectorRegister4Double & Vector
)