FMatrix::Mirror

Utility for mirroring this transform across a certain plane, and flipping one of the axis as well.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Matrix.h"

Source

/Engine/Source/Runtime/Core/Public/Math/Matrix.inl

Syntax

void Mirror
(
    EAxis::Type MirrorAxis,
    EAxis::Type FlipAxis
)

Remarks

Utility for mirroring this transform across a certain plane, and flipping one of the axis as well.

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