nn::math::MTX44Mult Function

Syntax

NN_MATH_INLINE MTX44 * MTX44Mult(
     MTX44 * pOut,
     const MTX44 * p,
     f32 f
);

NN_FORCE_INLINE MTX44 * MTX44Mult(
     MTX44 * pOut,
     const MTX44 *__restrict p1,
     const MTX44 *__restrict p2
);

List of Overloaded Member Functions

MTX44Mult(MTX44 *, const MTX44 *, f32) Calculates the scalar product of a matrix.
MTX44Mult(MTX44 *, const MTX44 *__restrict, const MTX44 *__restrict) Calculates the product of two matrices.

Description of MTX44Mult(MTX44 *, const MTX44 *, f32)

Calculates the scalar product of a matrix.

Description of MTX44Mult(MTX44 *, const MTX44 *__restrict, const MTX44 *__restrict)

Calculates the product of two matrices.


CONFIDENTIAL