Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScaleMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Matrix factory. Return an TMatrix |
Math/ScaleMatrix.h | ||
| Matrix factory. Return an TMatrix |
Math/ScaleMatrix.h |
Make(T)
Description
Matrix factory. Return an TMatrix
| Name | Make |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h |
| Include Path | #include "Math/ScaleMatrix.h" |
static TMatrix < T > Make
(
T Scale
)
Make(const TVector< T > &)
Description
Matrix factory. Return an TMatrix
| Name | Make |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h |
| Include Path | #include "Math/ScaleMatrix.h" |
static TMatrix < T > Make
(
const TVector < T > & Scale
)