Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScaleRotationTranslationMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScaleRotationTranslationMatrix
(
const TScaleRotationTranslationMatrix< FArg >& From |
Conversion to other type. | Math/ScaleRotationTranslationMatrix.h | |
TScaleRotationTranslationMatrix
(
const TVector< T >& Scale, |
Constructor. | Math/ScaleRotationTranslationMatrix.h |
TScaleRotationTranslationMatrix(const TScaleRotationTranslationMatrix< FArg > &)
Description
Conversion to other type.
| Name | TScaleRotationTranslationMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/ScaleRotationTranslationMatrix.h |
| Include Path | #include "Math/ScaleRotationTranslationMatrix.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TScaleRotationTranslationMatrix
(
const TScaleRotationTranslationMatrix < FArg > & From
)
TScaleRotationTranslationMatrix(const TVector< T > &, const TRotator< T > &, const TVector< T > &)
Description
Constructor.
| Name | TScaleRotationTranslationMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/ScaleRotationTranslationMatrix.h |
| Include Path | #include "Math/ScaleRotationTranslationMatrix.h" |
TScaleRotationTranslationMatrix
(
const TVector < T > & Scale,
const TRotator < T > & Rot,
const TVector < T > & Origin
)
Parameters
| Name | Remarks |
|---|---|
| Scale | scale to apply to matrix |
| Rot | rotation |
| Origin | translation to apply |