TMatrix2

Overload list

Windows
MacOS
Linux
Name Description

Public function

TMatrix2()

Public function

TMatrix2

(
    RealType ConstantValue
)

Public function

TMatrix2

(
    RealType Diag0,
    RealType Diag1
)

Public function

TMatrix2

(
    const FVector2< RealType >& U,
    const FVector2< RealType >& V
)

Construct outer-product of U*transpose(V) of U and V result is that Mij = u_i * v_j

Public function

TMatrix2

(
    const FVector2< RealType >& V1,
    const FVector2< RealType >& V2,
    bool bRows
)

Public function

TMatrix2

(
    RealType M00,
    RealType M01,
    RealType M10,
    RealType 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