nn::gr::CTR::CopyMtx34WithHeader Function
void CopyMtx34WithHeader(
f32 * dst,
const nn::math::MTX34 * src,
bit32 header
);
| Name | Description | |
|---|---|---|
| in | dst | Pointer to the start address to write results to. |
| in | src | A 3x4 matrix. |
| in | header |
The header. |
Inverts the wHzyx order of a 3x4 matrix and makes a copy. (including header)
CONFIDENTIAL