Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math
Inheritance Hierarchy
- TMatrix
- TScaleMatrix
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/ScaleMatrix.h |
Include | #include "Math/ScaleMatrix.h" |
Syntax
template<typename T>
struct TScaleMatrix : public UE::Math::TMatrix< T >
Remarks
Scale matrix.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TScaleMatrix
(
T Scale |
FScaleMatrix inline functions | |
![]() |
TScaleMatrix
(
const TVector< T >& Scale |
||
![]() |
TScaleMatrix
(
const TScaleMatrix< FArg >& From |
Conversion to other type. |