TDenseMatrix::SetBlockAtDiagonal33

Set the specified 3x3 block to a diagonal matrix with the specified diagonal and off-diagonal values.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h

Include

#include "Chaos/DenseMatrix.h"

Syntax

void SetBlockAtDiagonal33
(
    const int32 RowOffset,
    const int32 ColumnOffset,
    const FReal VDiag,
    const FReal VOffDiag
)

Remarks

Set the specified 3x3 block to a diagonal matrix with the specified diagonal and off-diagonal values.

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