FQuat::UnrotateVector

Rotate a vector by the inverse of this quaternion.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

FVector UnrotateVector
(
    FVector V
) const

Remarks

Rotate a vector by the inverse of this quaternion.

Returns

vector after rotation by the inverse of this quaternion.

Parameters

Parameter

Description

V

the vector to be rotated

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