nn::math::MTX34Transpose Function

Syntax

NN_FORCE_INLINE MTX34 * MTX34Transpose(
     MTX34 * pOut,
     const MTX34 * p
);

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

List of Overloaded Member Functions

MTX34Transpose(MTX34 *, const MTX34 *) Creates the transpose of a matrix.
MTX34Transpose(MTX43 *, const MTX34 *) Gets the transpose of a 3x4 matrix, resulting in a 4x3 matrix.

Description of MTX34Transpose(MTX34 *, const MTX34 *)

Creates the transpose of a matrix.

Description of MTX34Transpose(MTX43 *, const MTX34 *)

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


CONFIDENTIAL