nn::math::MTX23MultTranslate Function

Syntax

NN_MATH_INLINE MTX23 * MTX23MultTranslate(
     MTX23 * pOut,
     const MTX23 * pM,
     const VEC2 * pT
);

NN_MATH_INLINE MTX23 * MTX23MultTranslate(
     MTX23 * pOut,
     const VEC2 * pT,
     const MTX23 * pM
);

List of Overloaded Member Functions

MTX23MultTranslate ( MTX23 *, const MTX23 *, const VEC2 * ) Translates a 2x3 matrix. Post-multiplies the input matrix by the translation matrix.
MTX23MultTranslate ( MTX23 *, const VEC2 *, const MTX23 * ) Translates a 2x3 matrix. Pre-multiplies the input matrix by the translation vector.

Description of MTX23MultTranslate ( MTX23 *, const MTX23 *, const VEC2 * )

Translates a 2x3 matrix. Post-multiplies the input matrix by the translation matrix.

Description of MTX23MultTranslate ( MTX23 *, const VEC2 *, const MTX23 * )

Translates a 2x3 matrix. Pre-multiplies the input matrix by the translation vector.


CONFIDENTIAL