nn::math::MTX44MultTranslate Function

Syntax

NN_FORCE_INLINE MTX44 * MTX44MultTranslate(
     MTX44 * pOut,
     const VEC3 * pT,
     const MTX44 * pM
);

NN_FORCE_INLINE MTX44 * MTX44MultTranslate(
     MTX44 * pOut,
     const MTX44 * pM,
     const VEC3 * pT
);

List of Overloaded Member Functions

MTX44MultTranslate(MTX44 *, const VEC3 *, const MTX44 *) Translates a matrix. Premultiplies the input matrix by the translation vector.
MTX44MultTranslate(MTX44 *, const MTX44 *, const VEC3 *) Translates a matrix. Postmultiplies the input matrix by the translation vector.

Description of MTX44MultTranslate(MTX44 *, const VEC3 *, const MTX44 *)

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

Description of MTX44MultTranslate(MTX44 *, const MTX44 *, const VEC3 *)

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


CONFIDENTIAL