Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TDenseMatrix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetColumnAt
(
const int32 RowIndex, |
Chaos/DenseMatrix.h | ||
void SetColumnAt
(
const int32 RowIndex, |
Starting from element ("RowIndex", "ColumnIndex"), set the next "NumV" elements in the column to the values in "V". | Chaos/DenseMatrix.h |
SetColumnAt(const int32, const int32, const FVec3 &)
| Name | SetColumnAt |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
| Include Path | #include "Chaos/DenseMatrix.h" |
void SetColumnAt
(
const int32 RowIndex,
const int32 ColumnIndex,
const FVec3 & V
)
SetColumnAt(const int32, const int32, const FReal *, const int32)
Description
Starting from element ("RowIndex", "ColumnIndex"), set the next "NumV" elements in the column to the values in "V".
| Name | SetColumnAt |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/DenseMatrix.h |
| Include Path | #include "Chaos/DenseMatrix.h" |
void SetColumnAt
(
const int32 RowIndex,
const int32 ColumnIndex,
const FReal * V,
const int32 NumV
)