Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQuat2
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TQuat2 () |
Ctor. initialize to an identity rotation. | Math/TransformCalculus2D.h | |
TQuat2
(
T RotRadians |
Ctor. initialize from a rotation in radians. | Math/TransformCalculus2D.h | |
TQuat2
(
const UE::Math::TVector2< VType >& InRot |
Ctor. initialize from an FVector2D, representing a complex number. | Math/TransformCalculus2D.h |
TQuat2()
Description
Ctor. initialize to an identity rotation.
| Name | TQuat2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TQuat2()
TQuat2(T)
Description
Ctor. initialize from a rotation in radians.
| Name | TQuat2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
TQuat2
(
T RotRadians
)
TQuat2(const UE::Math::TVector2< VType > &)
Description
Ctor. initialize from an FVector2D, representing a complex number.
| Name | TQuat2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/TransformCalculus2D.h |
| Include Path | #include "Math/TransformCalculus2D.h" |
template<typename VType>
TQuat2
(
const UE::Math::TVector2 < VType > & InRot
)