Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
Inheritance Hierarchy
- TMatrix
- TRotationTranslationMatrix
- TRotationAboutPointMatrix
- TRotationMatrix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/RotationTranslationMatrix.h |
| Include | #include "Math/RotationTranslationMatrix.h" |
Syntax
template<typename T>
struct TRotationTranslationMatrix : public UE::Math::TMatrix< T >
Remarks
Combined rotation and translation matrix
Constructors
| Type | Name | Description | |
|---|---|---|---|
TRotationTranslationMatrix
(
const TRotationTranslationMatrix< FArg >& From |
Conversion to other type. | ||
TRotationTranslationMatrix
(
const TRotator< T >& Rot, |
Constructor. |