nn::math::MTX34MultTranslate FunctionNN_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 );
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. |
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.
CONFIDENTIAL