FRotationMatrix::MakeFromY

Builds a rotation matrix given only a YAxis.

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 MakeFromY
(
    FVector const & YAxis
)

Remarks

Builds a rotation matrix given only a YAxis. X and Z are unspecified but will be orthonormal. YAxis 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