Navigation
API > API/Runtime > API/Runtime/Core
Combined rotation and translation matrix
| Name | TRotationTranslationMatrix |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RotationTranslationMatrix.h |
| Include Path | #include "Math/RotationTranslationMatrix.h" |
Syntax
template<typename T>
struct TRotationTranslationMatrix : public UE::Math::TMatrix< T >
Inheritance Hierarchy
- TMatrix → TRotationTranslationMatrix
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRotationTranslationMatrix
(
const TRotationTranslationMatrix< FArg >& From |
Conversion to other type. | Math/RotationTranslationMatrix.h | |
TRotationTranslationMatrix
(
const TRotator< T >& Rot, |
Constructor. | Math/RotationTranslationMatrix.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Matrix factory. Return an TMatrix |
Math/RotationTranslationMatrix.h |