FRotationTranslationMatrix

Combined rotation and translation matrix

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Core

Header

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

Include

#include "Math/RotationTranslationMatrix.h"

Syntax

class FRotationTranslationMatrix : public FMatrix

Remarks

Combined rotation and translation matrix

Constructors

Name Description

Public function

FRotationTranslationMatrix

(
    const FRotator& Rot,
    const FVector& Origin
)

Constructor.

Functions

Name Description

Public function Static

FMatrix

 

Make

(
    const FRotator& Rot,
    const FVector& Origin
)

Matrix factory.

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