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