Navigation
API > API/Runtime > API/Runtime/Core
Rotation and translation matrix using quaternion rotation
| Name | TQuatRotationTranslationMatrix |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/QuatRotationTranslationMatrix.h |
| Include Path | #include "Math/QuatRotationTranslationMatrix.h" |
Syntax
template<typename T>
struct TQuatRotationTranslationMatrix : public UE::Math::TMatrix< T >
Inheritance Hierarchy
- TMatrix → TQuatRotationTranslationMatrix
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TQuatRotationTranslationMatrix
(
const TQuatRotationTranslationMatrix< FArg >& From |
Conversion to other type. | Math/QuatRotationTranslationMatrix.h | |
TQuatRotationTranslationMatrix
(
const TQuat< T >& Q, |
Constructor | Math/QuatRotationTranslationMatrix.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Matrix factory. Return an FMatrix so we don't have type conversion issues in expressions. | Math/QuatRotationTranslationMatrix.h |