Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRotationMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Matrix factory. Return an TMatrix |
Math/RotationMatrix.h | ||
| Matrix factory. Return an TMatrix |
Math/RotationMatrix.h |
Make(TRotator< T > const &)
Description
Matrix factory. Return an TMatrix
| Name | Make |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RotationMatrix.h |
| Include Path | #include "Math/RotationMatrix.h" |
static TMatrix < T > Make
(
TRotator < T > const & Rot
)
Make(TQuat< T > const &)
Description
Matrix factory. Return an TMatrix
| Name | Make |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RotationMatrix.h |
| Include Path | #include "Math/RotationMatrix.h" |
static TMatrix < T > Make
(
TQuat < T > const & Rot
)