nn::math::MTX34InvTranspose Function

Syntax

NN_FORCE_INLINE u32 MTX34InvTranspose(
     MTX34 * pOut,
     const MTX34 * p
);

NN_MATH_INLINE u32 MTX34InvTranspose(
     MTX33 * pOut,
     const MTX34 * p
);

List of Overloaded Member Functions

MTX34InvTranspose ( MTX34 *, const MTX34 * ) Calculates the inverse transpose of a matrix.
MTX34InvTranspose ( MTX33 *, const MTX34 * ) Calculates the inverse transpose of a matrix.

Description of MTX34InvTranspose ( MTX34 *, const MTX34 * )

Calculates the inverse transpose of a matrix.

Description of MTX34InvTranspose ( MTX33 *, const MTX34 * )

Calculates the inverse transpose of a matrix.


CONFIDENTIAL