Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/TMatrix
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/Matrix.h |
| Include | #include "Math/Matrix.h" |
| Source | /Engine/Source/Runtime/Core/Public/Math/Matrix.inl |
void SetAxes
&40;
const TVector< T > &42; Axis0,
const TVector< T > &42; Axis1,
const TVector< T > &42; Axis2,
const TVector< T > &42; Origin
&41;
Remarks
Update the axes of the matrix if any value is NULL do not update that axis
Parameters
| Name | Description |
|---|---|
| Axis0 | set matrix row 0 |
| Axis1 | set matrix row 1 |
| Axis2 | set matrix row 2 |
| Origin | set matrix row 3 |