Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math
Inheritance Hierarchy
- TMatrix
- TInverseRotationMatrix
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/InverseRotationMatrix.h |
Include | #include "Math/InverseRotationMatrix.h" |
Syntax
template<typename T>
struct TInverseRotationMatrix : public UE::Math::TMatrix< T >
Remarks
Inverse Rotation matrix
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TInverseRotationMatrix
(
const TRotator< T >& Rot |
Constructor. | |
![]() |
TInverseRotationMatrix
(
const TInverseRotationMatrix< FArg >& From |
Conversion to other type. |