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