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