FRotationMatrix::MakeFromZY

Builds a matrix with given Z and Y axes.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/RotationMatrix.h"

Source

/Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp

Syntax

static FMatrix MakeFromZY
(
    FVector const & ZAxis,
    FVector const & YAxis
)

Remarks

Builds a matrix with given Z and Y axes. Z will remain fixed, Y may be changed minimally to enforce orthogonality. X will be computed. Inputs need not be normalized.

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