FTransform2D

Overload list

Windows
MacOS
Linux
Name Description

Public function

FTransform2D

(
    const FVector2D& Translation
)

Initialize the transform using an identity matrix and a translation.

Public function

FTransform2D

(
    float UniformScale,
    const FVector2D& Translation
)

Initialize the transform using a uniform scale and a translation.

Public function

FTransform2D

(
    const FScale2D& Scale,
    const FVector2D& Translation
)

Initialize the transform using a 2D scale and a translation.

Public function

FTransform2D

(
    const FShear2D& Shear,
    const FVector2D& Translation
)

Initialize the transform using a 2D shear and a translation.

Public function

FTransform2D

(
    const FQuat2D& Rot,
    const FVector2D& Translation
)

Initialize the transform using a 2D rotation and a translation.

Public function

FTransform2D

(
    const FMatrix2x2& Transform,
    const FVector2D& Translation
)

Initialize the transform using a general 2x2 transform and a translation.

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