nn::math::MTX43Transpose Function

Syntax

NN_FORCE_INLINE MTX34 * MTX43Transpose(
     MTX34 * pOut,
     const MTX43 * p
);

Parameters

Name Description
out pOut Pointer to the buffer that receives the result of the calculation.
in p Pointer to the original matrix.

Return Values

Returns pOut.

Description

Gets the transpose of a 4x3 matrix, resulting in a 3x4 matrix.


CONFIDENTIAL