nn::math::MTX34InvTranspose Function

Syntax

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

Arguments

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 1 if an inverse matrix exists and 0 otherwise.

Description

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


CONFIDENTIAL