Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
Inheritance Hierarchy
- TMatrix
- TRotationTranslationMatrix
- TRotationAboutPointMatrix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/RotationAboutPointMatrix.h |
| Include | #include "Math/RotationAboutPointMatrix.h" |
Syntax
template<typename T>
struct TRotationAboutPointMatrix : public UE::Math::TRotationTranslationMatrix< T >
Remarks
Rotates about an Origin point.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TRotationAboutPointMatrix
(
const TRotationAboutPointMatrix< FArg >& From |
Conversion to other type. | ||
TRotationAboutPointMatrix
(
const TRotator< T >& Rot, |
Constructor. |