FRotationAboutPointMatrix

Rotates about an Origin point.

Windows
MacOS
Linux

Inheritance Hierarchy

FMatrix

FRotationTranslationMatrix

FRotationAboutPointMatrix

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/RotationAboutPointMatrix.h

Include

#include "Math/RotationAboutPointMatrix.h"

Syntax

class FRotationAboutPointMatrix : public FRotationTranslationMatrix

Remarks

Rotates about an Origin point.

Constructors

Name Description

Public function

FRotationAboutPointMatrix

(
    const FRotator& Rot,
    const FVector& Origin
)

Constructor.

Functions

Name Description

Public function Static

FMatrix

 

Make

(
    const FRotator& Rot,
    const FVector& Origin
)

Matrix factory.

Public function Static

FMatrix

 

Make

(
    const FQuat& Rot,
    const FVector& Origin
)

Matrix factory.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss