FVector::MirrorByPlane

Mirrors a vector about a plane. [FVector](API\Runtime\Core\Math\FVector) inline functions

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Vector.h"

Source

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

Syntax

FVector MirrorByPlane
(
    const FPlane & Plane
) const

Remarks

Mirrors a vector about a plane.

FVector inline functions

Returns

Mirrored vector.

Parameters

Parameter

Description

Plane

Plane 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