Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQuatRotationMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TQuatRotationMatrix
(
const TQuat< T >& Q |
Constructor | Math/QuatRotationTranslationMatrix.h | |
TQuatRotationMatrix
(
const TQuatRotationMatrix< FArg >& From |
Conversion to other type. | Math/QuatRotationTranslationMatrix.h |
TQuatRotationMatrix(const TQuat< T > &)
Description
Constructor
| Name | TQuatRotationMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/QuatRotationTranslationMatrix.h |
| Include Path | #include "Math/QuatRotationTranslationMatrix.h" |
TQuatRotationMatrix
(
const TQuat < T > & Q
)
Parameters
| Name | Remarks |
|---|---|
| Q | rotation |
TQuatRotationMatrix(const TQuatRotationMatrix< FArg > &)
Description
Conversion to other type.
| Name | TQuatRotationMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/QuatRotationTranslationMatrix.h |
| Include Path | #include "Math/QuatRotationTranslationMatrix.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TQuatRotationMatrix
(
const TQuatRotationMatrix < FArg > & From
)