nn::math::MTX34MultTranslate Function

Syntax

NN_MATH_INLINE MTX34 * MTX34MultTranslate(
     MTX34 * pOut,
     const MTX34 * pM,
     const VEC3 * pT
);

NN_MATH_INLINE MTX34 * MTX34MultTranslate(
     MTX34 * pOut,
     const VEC3 * pT,
     const MTX34 * pM
);

List of Overloaded Member Functions

MTX34MultTranslate(MTX34 *, const MTX34 *, const VEC3 *) Translates a matrix. Postmultiplies the input matrix by the translation matrix.
MTX34MultTranslate(MTX34 *, const VEC3 *, const MTX34 *) Translates a matrix. Premultiplies the input matrix by the translation matrix.

Description of MTX34MultTranslate(MTX34 *, const MTX34 *, const VEC3 *)

Translates a matrix. Postmultiplies the input matrix by the translation matrix.

Description of MTX34MultTranslate(MTX34 *, const VEC3 *, const MTX34 *)

Translates a matrix. Premultiplies the input matrix by the translation matrix.


CONFIDENTIAL