Navigation
API > API/Runtime > API/Runtime/Core
Inverse Rotation matrix
| Name | TInverseRotationMatrix |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Math/InverseRotationMatrix.h |
| Include Path | #include "Math/InverseRotationMatrix.h" |
Syntax
template<typename T>
struct TInverseRotationMatrix : public UE::Math::TMatrix< T >
Inheritance Hierarchy
- TMatrix → TInverseRotationMatrix
Constructors
| 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 |