nn::math::MTX34InvTranspose Function

Syntax

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

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

List of Overloaded Member Functions

MTX34InvTranspose(MTX33 *, const MTX34 *__restrict) Calculates the inverse transpose of a 3x4 matrix and stores it in a 3x3 matrix.
MTX34InvTranspose(MTX34 *, const MTX34 *__restrict) Calculates the inverse transpose of a matrix.

Description of MTX34InvTranspose(MTX33 *, const MTX34 *__restrict)

Calculates the inverse transpose of a 3x4 matrix and stores it in a 3x3 matrix.

Description of MTX34InvTranspose(MTX34 *, const MTX34 *__restrict)

Calculates the inverse transpose of a matrix.


CONFIDENTIAL