FVector::MirrorByVector

Mirror a vector about a normal vector.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Syntax

FVector MirrorByVector
(
    const FVector & MirrorNormal
) const

Remarks

Mirror a vector about a normal vector.

Returns

Mirrored vector.

Parameters

Parameter

Description

MirrorNormal

Normal vector to mirror about.

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