Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TQuaternion
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TQuaternion () |
Quaternion.h | ||
TQuaternion
(
const RealType* Values |
Quaternion.h | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGS TQuaternion
(
const TQuaternion& Copy |
Quaternion.h | ||
TQuaternion
(
const TQuaternion< RealType2 >& Copy |
Quaternion.h | ||
TQuaternion
(
const TMatrix3< RealType >& RotationMatrix |
Quaternion.h | ||
TQuaternion
(
const FQuat4f& Quat |
Quaternion.h | ||
TQuaternion
(
const FQuat4d& Quat |
Quaternion.h | ||
TQuaternion
(
const FRotator& Rotator |
Quaternion.h | ||
TQuaternion
(
const TVector< RealType >& From, |
Quaternion.h | ||
TQuaternion
(
const TVector< RealType >& Axis, |
Quaternion.h | ||
TQuaternion
(
const TQuaternion< RealType >& From, |
Quaternion.h | ||
TQuaternion
(
RealType X, |
Quaternion.h |
TQuaternion()
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
TQuaternion()
TQuaternion(const RealType *)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
TQuaternion
(
const RealType * Values
)
TQuaternion(const TQuaternion &)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS TQuaternion
(
const TQuaternion & Copy
)
TQuaternion(const TQuaternion< RealType2 > &)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
template<typename RealType2>
TQuaternion
(
const TQuaternion < RealType2 > & Copy
)
TQuaternion(const TMatrix3< RealType > &)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
TQuaternion
(
const TMatrix3 < RealType > & RotationMatrix
)
TQuaternion(const FQuat4f &)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
TQuaternion
(
const FQuat4f & Quat
)
TQuaternion(const FQuat4d &)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
TQuaternion
(
const FQuat4d & Quat
)
TQuaternion(const FRotator &)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
TQuaternion
(
const FRotator & Rotator
)
TQuaternion(const TVector< RealType > &, const TVector< RealType > &)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
TQuaternion
(
const TVector < RealType > & From,
const TVector < RealType > & To
)
TQuaternion(const TVector< RealType > &, RealType, bool)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
TQuaternion
(
const TVector < RealType > & Axis,
RealType Angle,
bool bAngleIsDegrees
)
TQuaternion(const TQuaternion< RealType > &, const TQuaternion< RealType > &, RealType)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
TQuaternion
(
const TQuaternion < RealType > & From,
const TQuaternion < RealType > & To,
RealType InterpT
)
TQuaternion(RealType, RealType, RealType, RealType)
| Name | TQuaternion |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Quaternion.h |
| Include Path | #include "Quaternion.h" |
TQuaternion
(
RealType X,
RealType Y,
RealType Z,
RealType W
)