Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TTranslationMatrix
Overloads
| 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 |
TTranslationMatrix(const TVector< T > &)
Description
Constructor translation matrix based on given vector
| Name | TTranslationMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TranslationMatrix.h |
| Include Path | #include "Math/TranslationMatrix.h" |
TTranslationMatrix
(
const TVector < T > & Delta
)
TTranslationMatrix(const TTranslationMatrix< FArg > &)
Description
Conversion to other type.
| Name | TTranslationMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TranslationMatrix.h |
| Include Path | #include "Math/TranslationMatrix.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TTranslationMatrix
(
const TTranslationMatrix < FArg > & From
)