PMatrix< float, 4, 4 >::PMatrix

Windows
MacOS
Linux

References

Module

ChaosCore

Header

/Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Matrix.h

Include

#include "Chaos/Matrix.h"

Syntax

PMatrix
(
    const float x00,
    const float x10,
    const float x20,
    const float x30,
    const float x01,
    const float x11,
    const float x21,
    const float x31,
    const float x02,
    const float x12,
    const float x22,
    const float x32,
    const float x03,
    const float x13,
    const float x23,
    const float x33
)

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