Navigation
API > API/Runtime > API/Runtime/Core
Scale matrix.
| Name | TScaleMatrix |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h |
| Include Path | #include "Math/ScaleMatrix.h" |
Syntax
template<typename T>
struct TScaleMatrix : public UE::Math::TMatrix< T >
Inheritance Hierarchy
- TMatrix → TScaleMatrix
Constructors
| 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 |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Matrix factory. Return an TMatrix |
Math/ScaleMatrix.h | ||
| Matrix factory. Return an TMatrix |
Math/ScaleMatrix.h |