PMatrix< float, 3, 3 >::FromDiagonal

Return a diagonal matrix with the specified elements

Windows
MacOS
Linux

References

Module

ChaosCore

Header

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

Include

#include "Chaos/Matrix.h"

Syntax

static PMatrix< float, 3, 3 > FromDiagonal
(
    const TVector< float, 3 > & D
)

Remarks

Return a diagonal matrix with the specified elements

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