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
(
const TVector < T > * Axis0,
const TVector < T > * Axis1,
const TVector < T > * Axis2,
const TVector < T > * Origin
)
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 |