Navigation
API > API/Runtime > API/Runtime/Core
| Name | TTranslationMatrix |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TranslationMatrix.h |
| Include Path | #include "Math/TranslationMatrix.h" |
Syntax
template<typename T>
struct TTranslationMatrix : public UE::Math::TMatrix< T >
Inheritance Hierarchy
- TMatrix → TTranslationMatrix
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TTranslationMatrix
(
const TVector< T >& Delta |
Constructor translation matrix based on given vector | Math/TranslationMatrix.h | |
TTranslationMatrix
(
const TTranslationMatrix< FArg >& From |
Conversion to other type. | Math/TranslationMatrix.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/TranslationMatrix.h |