FMatrix2x2

Overload list

Windows
MacOS
Linux
Name Description

Public function

FMatrix2x2()

  1. initialize to an identity.

Public function

FMatrix2x2

(
    float UniformScale
)

  1. initialize from a scale.

Public function

FMatrix2x2

(
    const FScale2D& Scale
)

  1. initialize from a scale.

Public function

FMatrix2x2

(
    const FShear2D& Shear
)

Factory function. initialize from a 2D shear.

Public function

FMatrix2x2

(
    const FQuat2D& Rotation
)

  1. initialize from a rotation.

Public function

FMatrix2x2

(
    float m00,
    float m01,
    float m10,
    float m11
)

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