Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TShear2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TShear2 () |
Ctor. initialize to an identity. | Math/TransformCalculus2D.h | |
TShear2
(
const UE::Math::TVector2< VType >& InShear |
Ctor. | Math/TransformCalculus2D.h | |
TShear2
(
T ShearX, |
Ctor. initialize from a set of shears parallel to the X and Y axis, respectively. | Math/TransformCalculus2D.h |
TShear2()
Description
Ctor. initialize to an identity.
| Name | TShear2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TShear2()
TShear2(const UE::Math::TVector2< VType > &)
Description
Ctor. initialize from a 2D vector representing a set of shears parallel to the X and Y axis, respectively.
| Name | TShear2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
template<typename VType>
TShear2
(
const UE::Math::TVector2 < VType > & InShear
)
TShear2(T, T)
Description
Ctor. initialize from a set of shears parallel to the X and Y axis, respectively.
| Name | TShear2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TShear2
(
T ShearX,
T ShearY
)