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