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