nn::math::MTX34Transpose Function

Syntax

NN_FORCE_INLINE MTX43 * MTX34Transpose(
     MTX43 * pOut,
     const MTX34 * 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 3x4 matrix, resulting in a 4x3 matrix.


CONFIDENTIAL