Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQuatRotationTranslationMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TQuatRotationTranslationMatrix
(
const TQuatRotationTranslationMatrix< FArg >& From |
Conversion to other type. | Math/QuatRotationTranslationMatrix.h | |
TQuatRotationTranslationMatrix
(
const TQuat< T >& Q, |
Constructor | Math/QuatRotationTranslationMatrix.h |
TQuatRotationTranslationMatrix(const TQuatRotationTranslationMatrix< FArg > &)
Description
Conversion to other type.
| Name | TQuatRotationTranslationMatrix |
| 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 >>
TQuatRotationTranslationMatrix
(
const TQuatRotationTranslationMatrix < FArg > & From
)
TQuatRotationTranslationMatrix(const TQuat< T > &, const TVector< T > &)
Description
Constructor
| Name | TQuatRotationTranslationMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/QuatRotationTranslationMatrix.h |
| Include Path | #include "Math/QuatRotationTranslationMatrix.h" |
TQuatRotationTranslationMatrix
(
const TQuat < T > & Q,
const TVector < T > & Origin
)
Parameters
| Name | Remarks |
|---|---|
| Q | rotation |
| Origin | translation to apply |