VectorReciprocal

Computes an estimate of the reciprocal of a vector (component-wise) and returns the result.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h

Include

#include "Math/UnrealMathFPU.h"

Syntax

VectorRegister VectorReciprocal
(
    const VectorRegister & Vec
)

Remarks

Computes an estimate of the reciprocal of a vector (component-wise) and returns the result.

Returns

VectorRegister 1.0f / Vec.x, (Estimate) 1.0f / Vec.y, (Estimate) 1.0f / Vec.z, (Estimate) 1.0f / Vec.w )

Parameters

Parameter

Description

Vec

1st vector

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss