Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRotationAboutPointMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRotationAboutPointMatrix
(
const TRotationAboutPointMatrix< FArg >& From |
Conversion to other type. | Math/RotationAboutPointMatrix.h | |
TRotationAboutPointMatrix
(
const TRotator< T >& Rot, |
Constructor. | Math/RotationAboutPointMatrix.h |
TRotationAboutPointMatrix(const TRotationAboutPointMatrix< FArg > &)
Description
Conversion to other type.
| Name | TRotationAboutPointMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RotationAboutPointMatrix.h |
| Include Path | #include "Math/RotationAboutPointMatrix.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TRotationAboutPointMatrix
(
const TRotationAboutPointMatrix < FArg > & From
)
TRotationAboutPointMatrix(const TRotator< T > &, const TVector< T > &)
Description
Constructor.
| Name | TRotationAboutPointMatrix |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/RotationAboutPointMatrix.h |
| Include Path | #include "Math/RotationAboutPointMatrix.h" |
TRotationAboutPointMatrix
(
const TRotator < T > & Rot,
const TVector < T > & Origin
)
Parameters
| Name | Remarks |
|---|---|
| Rot | rotation |
| Origin | about which to rotate. |