Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TQuat
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the TMatrix |
Math/Quat.h | ||
| Get the TMatrix |
Math/Quat.h |
ToMatrix()
Description
Get the TMatrix
| Name | ToMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Quat.h |
| Include Path | #include "Math/Quat.h" |
TMatrix < T > ToMatrix() const
ToMatrix(TMatrix< T > &)
Description
Get the TMatrix
| Name | ToMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/Quat.h |
| Include Path | #include "Math/Quat.h" |
| Source | /Engine/Source/Runtime/Core/Private/Math/UnrealMath.cpp |
void ToMatrix
(
TMatrix < T > & Mat
) const