MTX23Mult

nn::math::MTX23Mult Function

Syntax

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

Parameters

Name Description
out pOut Pointer to the buffer that receives the result of the calculation. It is not a problem if this points to the same matrix as p.
in p Pointer to original matrix.
in f Number to multiply by.

Return Values

Returns pOut.

Description

Calculates the scalar product of a 2x3 matrix.


CONFIDENTIAL