nn::math::MTX43Mult Function

Syntax

NN_FORCE_INLINE MTX43 * MTX43Mult(
     MTX43 * pOut,
     const MTX43 * p1,
     const MTX43 * p2
);

NN_FORCE_INLINE MTX43 * MTX43Mult(
     MTX43 * pOut,
     const MTX43 * p,
     f32 f
);

List of Overloaded Member Functions

MTX43Mult(MTX43 *, const MTX43 *, const MTX43 *) Calculates the product of two matrices.
MTX43Mult(MTX43 *, const MTX43 *, f32) Multiplies a matrix by a scalar value.

Description of MTX43Mult(MTX43 *, const MTX43 *, const MTX43 *)

Calculates the product of two matrices.

Description of MTX43Mult(MTX43 *, const MTX43 *, f32)

Multiplies a matrix by a scalar value.


CONFIDENTIAL