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