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 float x
)

Public function

 

PMatrix

(
    const float x00,
    const float x11,
    const float x22
)

Public function

 

PMatrix

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

Public function

 

PMatrix

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

Public function

 

PMatrix

(
    const float x00,
    const float x10,
    const float x20,
    const float x01,
    const float x11,
    const float x21,
    const float x02,
    const float x12,
    const float 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