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