nn::math::MTX34Mult Function

Syntax

NN_MATH_INLINE MTX34 * MTX34Mult(
     MTX34 * pOut,
     const MTX34 * p,
     f32 f
);

NN_MATH_INLINE MTX34 * MTX34Mult(
     MTX34 * pOut,
     const MTX34 * p1,
     const MTX34 * p2
);

List of Overloaded Member Functions

MTX34Mult(MTX34 *, const MTX34 *, f32) Calculates the scalar product of a matrix.
MTX34Mult(MTX34 *, const MTX34 *, const MTX34 *) Calculates the product of two matrices.

Description of MTX34Mult(MTX34 *, const MTX34 *, f32)

Calculates the scalar product of a matrix.

Description of MTX34Mult(MTX34 *, const MTX34 *, const MTX34 *)

Calculates the product of two matrices.


CONFIDENTIAL