Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float VectorReciprocalEstimate
(
const VectorRegister4Float& Vec |
Computes an estimate of the reciprocal of a vector (component-wise) and returns the result. | Math/UnrealMathFPU.h | |
VectorRegister4Double VectorReciprocalEstimate
(
const VectorRegister4Double& Vec |
Math/UnrealMathFPU.h |
VectorReciprocalEstimate(const VectorRegister4Float &)
Description
Computes an estimate of the reciprocal of a vector (component-wise) and returns the result.
| Name | VectorReciprocalEstimate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Float VectorReciprocalEstimate
(
const VectorRegister4Float & Vec
)
VectorRegister( (Estimate) 1.0f / Vec.x, (Estimate) 1.0f / Vec.y, (Estimate) 1.0f / Vec.z, (Estimate) 1.0f / Vec.w )
Parameters
| Name | Remarks |
|---|---|
| Vec | 1st vector |
VectorReciprocalEstimate(const VectorRegister4Double &)
| Name | VectorReciprocalEstimate |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Double VectorReciprocalEstimate
(
const VectorRegister4Double & Vec
)