Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TScale2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TScale2 () |
Ctor. initialize to an identity scale, 1.0. | Math/TransformCalculus2D.h | |
TScale2
(
T InScale |
Ctor. initialize from a uniform scale. | Math/TransformCalculus2D.h | |
TScale2
(
const UE::Math::TVector2< ArgType >& InScale |
Ctor. initialize from an FVector defining the 3D scale. | Math/TransformCalculus2D.h | |
TScale2
(
T InScaleX, |
Ctor. initialize from a non-uniform scale. | Math/TransformCalculus2D.h |
TScale2()
Description
Ctor. initialize to an identity scale, 1.0.
| Name | TScale2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TScale2()
TScale2(T)
Description
Ctor. initialize from a uniform scale.
| Name | TScale2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TScale2
(
T InScale
)
TScale2(const UE::Math::TVector2< ArgType > &)
Description
Ctor. initialize from an FVector defining the 3D scale.
| Name | TScale2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
template<typename ArgType>
TScale2
(
const UE::Math::TVector2 < ArgType > & InScale
)
TScale2(T, T)
Description
Ctor. initialize from a non-uniform scale.
| Name | TScale2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TScale2
(
T InScaleX,
T InScaleY
)