FQuatRotationTranslationMatrix

Rotation and translation matrix using quaternion rotation

Windows
MacOS
Linux

Inheritance Hierarchy

FMatrix

FQuatRotationTranslationMatrix

FQuatRotationMatrix

References

Module

Core

Header

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

Include

#include "Math/QuatRotationTranslationMatrix.h"

Syntax

class FQuatRotationTranslationMatrix : public FMatrix

Remarks

Rotation and translation matrix using quaternion rotation

Constructors

Name Description

Public function

FQuatRotationTranslationMatrix

(
    const FQuat& Q,
    const FVector& Origin
)

Constructor

Functions

Name Description

Public function Static

FMatrix

 

Make

(
    const FQuat& Q,
    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