nn::math::MTX44MultTranslate FunctionNN_MATH_INLINE MTX44 * MTX44MultTranslate( MTX44 * pOut, const MTX44 * pM, const VEC3 * pT ); NN_MATH_INLINE MTX44 * MTX44MultTranslate( MTX44 * pOut, const VEC3 * pT, const MTX44 * pM );
MTX44MultTranslate(MTX44 *, const MTX44 *, const VEC3 *)
|
Translates a matrix. Postmultiplies the input matrix by the translation matrix. |
MTX44MultTranslate(MTX44 *, const VEC3 *, const MTX44 *)
|
Translates a matrix. Premultiplies the input matrix by the translation matrix. |
MTX44MultTranslate(MTX44 *, const MTX44 *, const VEC3 *)Translates a matrix. Postmultiplies the input matrix by the translation matrix.
MTX44MultTranslate(MTX44 *, const VEC3 *, const MTX44 *)Translates a matrix. Premultiplies the input matrix by the translation matrix.
CONFIDENTIAL