nn::math::MTX34Transpose FunctionNN_FORCE_INLINE MTX34 * MTX34Transpose( MTX34 * pOut, const MTX34 * p ); NN_FORCE_INLINE MTX43 * MTX34Transpose( MTX43 * pOut, const MTX34 * p );
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. |
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.
CONFIDENTIAL