Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/PMatrix_FRealSingle_3_3
Description
- Set the specified column. Equivalent to SetAxis.
-
we are treating matrices as column major, so axis elements are sequential in memory @seealso SetAxis, SetRow
| Name | SetColumn |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Matrix.h |
| Include Path | #include "Chaos/Matrix.h" |
void SetColumn
(
int32 ColumnIndex,
const TVector < FRealSingle, 3 > & V
)