Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Matrix3x4.h |
| Include | #include "Matrix3x4.h" |
Syntax
struct FMatrix3x4
Remarks
3x4 matrix of floating point values.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float[3][4] | M |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetMatrix
(
const FMatrix& Mat |
||
| void | SetMatrixTranspose
(
const FMatrix& Mat |