nn::gr::CTR::CopyMtx34WithHeader Function

Syntax

void CopyMtx34WithHeader(
     f32 * dst,
     const nn::math::MTX34 * src,
     bit32 header
);

Arguments

Name Description
in dst Pointer to the start address to write results to.
in src A 3x4 matrix.
in header The header.

Return Values

None.

Description

Inverts the wHzyx order of a 3x4 matrix and makes a copy. (including header)

Revision History

2010/09/15
Initial version.

CONFIDENTIAL