nn::math::MTX34Mult FunctionNN_MATH_INLINE MTX34 * MTX34Mult( MTX34 * pOut, const MTX34 * p, f32 f ); NN_MATH_INLINE MTX34 * MTX34Mult( MTX34 * pOut, const MTX34 * p1, const MTX34 * p2 );
MTX34Mult(MTX34 *, const MTX34 *, f32)
|
Calculates the scalar product of a matrix. |
MTX34Mult(MTX34 *, const MTX34 *, const MTX34 *)
|
Calculates the product of two matrices. |
MTX34Mult(MTX34 *, const MTX34 *, f32)Calculates the scalar product of a matrix.
MTX34Mult(MTX34 *, const MTX34 *, const MTX34 *)Calculates the product of two matrices.
CONFIDENTIAL