Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math
Inheritance Hierarchy
- TMatrix
- TTranslationMatrix
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/TranslationMatrix.h |
Include | #include "Math/TranslationMatrix.h" |
Syntax
template<typename T>
struct TTranslationMatrix : public UE::Math::TMatrix< T >
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TTranslationMatrix
(
const TVector< T >& Delta |
Constructor translation matrix based on given vector | |
![]() |
TTranslationMatrix
(
const TTranslationMatrix< FArg >& From |
Conversion to other type. |