PMatrix

Overload list

Windows
MacOS
Linux
Name Description

Public function

 

PMatrix()

Public function

 

PMatrix

(
    FMatrix&& Other
)

Public function

 

PMatrix

(
    const FMatrix& Other
)

Public function

 

PMatrix

(
    const FReal x
)

Public function

 

PMatrix

(
    const FReal x00,
    const FReal x11,
    const FReal x22
)

Public function

 

PMatrix

(
    const TVector< FReal, 3 >& C1,
    const TVector< FReal, 3 >& C2,
    const TVector< FReal, 3 >& C3
)

Public function

 

PMatrix

(
    const FReal x00,
    const FReal x10,
    const FReal x20,
    const FReal x11,
    const FReal x21,
    const FReal x22
)

Public function

 

PMatrix

(
    const FReal x00,
    const FReal x10,
    const FReal x20,
    const FReal x01,
    const FReal x11,
    const FReal x21,
    const FReal x02,
    const FReal x12,
    const FReal x22
)

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