Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TTranslationMatrix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/TranslationMatrix.h |
| Include | #include "Math/TranslationMatrix.h" |
static TMatrix < T > Make
(
TVector < T > const & Delta
)
Remarks
Matrix factory. Return an FMatrix so we don't have type conversion issues in expressions.