nn::math::MTX23Mult FunctionNN_MATH_INLINE MTX23 * MTX23Mult( MTX23 * pOut, const MTX23 * p, f32 f ); NN_MATH_INLINE MTX23 * MTX23Mult( MTX23 * pOut, const MTX23 * p1, const MTX23 * p2 );
MTX23Mult(MTX23 *, const MTX23 *, f32)
|
Calculates the scalar product of a 2x3 matrix. |
MTX23Mult ( MTX23 *, const MTX23 *, const MTX23 * )
|
Calculates the product of two 2x3 matrices. |
MTX23Mult(MTX23 *, const MTX23 *, f32)Calculates the scalar product of a 2x3 matrix.
MTX23Mult ( MTX23 *, const MTX23 *, const MTX23 * )Calculates the product of two 2x3 matrices.
CONFIDENTIAL