nn::math::MTX34MultTranslate FunctionNN_FORCE_INLINE MTX34 * MTX34MultTranslate( MTX34 * pOut, const VEC3 * pT, const MTX34 * pM ); NN_FORCE_INLINE MTX34 * MTX34MultTranslate( MTX34 * pOut, const MTX34 * pM, const VEC3 * pT );
MTX34MultTranslate(MTX34 *, const VEC3 *, const MTX34 *)
|
Translates a matrix. Premultiplies the input matrix by the translation vector. |
MTX34MultTranslate(MTX34 *, const MTX34 *, const VEC3 *)
|
Translates a matrix. Postmultiplies the input matrix by the translation vector. |
MTX34MultTranslate(MTX34 *, const VEC3 *, const MTX34 *)Translates a matrix. Premultiplies the input matrix by the translation vector.
MTX34MultTranslate(MTX34 *, const MTX34 *, const VEC3 *)Translates a matrix. Postmultiplies the input matrix by the translation vector.
CONFIDENTIAL