TDenseMatrix::SetBlockAt

Set the 3x3 block starting at ("RowOffset", "ColumnOffset") from the specified 3x3 matrix "V" ( assumes the input UE matrix is column-major order)

Windows
MacOS
Linux

References

Module

Chaos

Header

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

Include

#include "Chaos/DenseMatrix.h"

Syntax

void SetBlockAt
(
    const int32 RowOffset,
    const int32 ColumnOffset,
    const FMatrix33 & V
)

Remarks

Set the 3x3 block starting at ("RowOffset", "ColumnOffset") from the specified 3x3 matrix "V" (

assumes the input UE matrix is column-major order)

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