Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/PMatrix_FRealSingle_3_3
Description
- Get the specified row (0-indexed, X,Y,Z).
-
we are treating matrices as column major, so rows are not sequential in memory @seealso GetAxis, GetColumn
| Name | GetRow |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Matrix.h |
| Include Path | #include "Chaos/Matrix.h" |
TVector < FRealSingle, 3 > GetRow
(
int32 RowIndex
) const