Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMatrix2x2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMatrix2x2 () |
Ctor. initialize to an identity. | Math/TransformCalculus2D.h | |
TMatrix2x2
(
T UniformScale |
Ctor. initialize from a scale. | Math/TransformCalculus2D.h | |
TMatrix2x2
(
const TScale2< T >& Scale |
Ctor. initialize from a scale. | Math/TransformCalculus2D.h | |
TMatrix2x2
(
const TShear2< T >& Shear |
Factory function. initialize from a 2D shear. | Math/TransformCalculus2D.h | |
TMatrix2x2
(
const TQuat2< T >& Rotation |
Ctor. initialize from a rotation. | Math/TransformCalculus2D.h | |
TMatrix2x2
(
T m00, |
Math/TransformCalculus2D.h |
TMatrix2x2()
Description
Ctor. initialize to an identity.
| Name | TMatrix2x2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TMatrix2x2()
TMatrix2x2(T)
Description
Ctor. initialize from a scale.
| Name | TMatrix2x2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TMatrix2x2
(
T UniformScale
)
TMatrix2x2(const TScale2< T > &)
Description
Ctor. initialize from a scale.
| Name | TMatrix2x2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TMatrix2x2
(
const TScale2 < T > & Scale
)
TMatrix2x2(const TShear2< T > &)
Description
Factory function. initialize from a 2D shear.
| Name | TMatrix2x2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TMatrix2x2
(
const TShear2 < T > & Shear
)
TMatrix2x2(const TQuat2< T > &)
Description
Ctor. initialize from a rotation.
| Name | TMatrix2x2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TMatrix2x2
(
const TQuat2 < T > & Rotation
)
TMatrix2x2(T, T, T, T)
| Name | TMatrix2x2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TMatrix2x2
(
T m00,
T m01,
T m10,
T m11
)