VectorReciprocalSqrtAccurate

Return the reciprocal of the square root of each component

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/UnrealMathNeon.h"

Syntax

VectorRegister VectorReciprocalSqrtAccurate
(
    const VectorRegister & Vec
)

Remarks

Return the reciprocal of the square root of each component

Returns

VectorRegister, 1/sqrt(Vec.Y), 1/sqrt(Vec.Z), 1/sqrt(Vec.W))

Parameters

Parameter

Description

Vector

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