nn::math::MTX23Mult Function

Syntax

NN_MATH_INLINE MTX23 * MTX23Mult(
     MTX23 * pOut,
     const MTX23 * p,
     f32 f
);

NN_MATH_INLINE MTX23 * MTX23Mult(
     MTX23 * pOut,
     const MTX23 *__restrict p1,
     const MTX23 *__restrict p2
);

List of Overloaded Member Functions

MTX23Mult(MTX23 *, const MTX23 *, f32) Calculates the scalar product of a 2x3 matrix.
MTX23Mult(MTX23 *, const MTX23 *__restrict, const MTX23 *__restrict) Calculates the product of two 2x3 matrices.

Description of MTX23Mult(MTX23 *, const MTX23 *, f32)

Calculates the scalar product of a 2x3 matrix.

Description of MTX23Mult(MTX23 *, const MTX23 *__restrict, const MTX23 *__restrict)

Calculates the product of two 2x3 matrices.


CONFIDENTIAL