Navigation
Unreal Engine C++ API Reference > Runtime > Chaos > Chaos > TDenseMatrix > SetBlockAt
References
Module | Chaos |
Header | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
Include | #include "Chaos/DenseMatrix.h" |
void SetBlockAt
&40;
const int32 RowOffset,
const int32 ColumnOffset,
const FMatrix33 & V
&41;
Remarks
Set the 3x3 block starting at ("RowOffset", "ColumnOffset") from the specified 3x3 matrix "V" (note: assumes the input UE matrix is column-major order)