Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScaleMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScaleMatrix
(
T Scale |
FScaleMatrix inline functions | Math/ScaleMatrix.h | |
TScaleMatrix
(
const TVector< T >& Scale |
Math/ScaleMatrix.h | ||
TScaleMatrix
(
const TScaleMatrix< FArg >& From |
Conversion to other type. | Math/ScaleMatrix.h |
TScaleMatrix(T)
Description
FScaleMatrix inline functions
| Name | TScaleMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h |
| Include Path | #include "Math/ScaleMatrix.h" |
TScaleMatrix
(
T Scale
)
Parameters
| Name | Remarks |
|---|---|
| Scale | uniform scale to apply to matrix. |
TScaleMatrix(const TVector< T > &)
| Name | TScaleMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h |
| Include Path | #include "Math/ScaleMatrix.h" |
TScaleMatrix
(
const TVector < T > & Scale
)
Parameters
| Name | Remarks |
|---|---|
| Scale | Non-uniform scale to apply to matrix. |
TScaleMatrix(const TScaleMatrix< FArg > &)
Description
Conversion to other type.
| Name | TScaleMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h |
| Include Path | #include "Math/ScaleMatrix.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TScaleMatrix
(
const TScaleMatrix < FArg > & From
)