TMatrix3

Overload list

Windows
MacOS
Linux
Name Description

Public function

TMatrix3()

Public function

TMatrix3

(
    RealType ConstantValue
)

Public function

TMatrix3

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

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

Public function

TMatrix3

(
    RealType Diag0,
    RealType Diag1,
    RealType Diag2
)

Public function

TMatrix3

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

Public function

TMatrix3

(
    RealType M00,
    RealType M01,
    RealType M02,
    RealType M10,
    RealType M11,
    RealType M12,
    RealType M20,
    RealType M21,
    RealType M22
)

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