FScaleRotationTranslationMatrix

Combined Scale rotation and translation matrix

Windows
MacOS
Linux

Inheritance Hierarchy

FMatrix

FScaleRotationTranslationMatrix

References

Module

Core

Header

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

Include

#include "Math/ScaleRotationTranslationMatrix.h"

Syntax

class FScaleRotationTranslationMatrix : public FMatrix

Remarks

Combined Scale rotation and translation matrix

Constructors

Name Description

Public function

FScaleRotationTranslationMatrix

(
    const FVector& Scale,
    const FRotator& Rot,
    const FVector& Origin
)

Constructor.

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