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