nn::math::MTX44MultScale FunctionNN_MATH_INLINE MTX44 * MTX44MultScale( MTX44 * pOut, const MTX44 * pM, const VEC3 * pS ); NN_MATH_INLINE MTX44 * MTX44MultScale( MTX44 * pOut, const VEC3 * pS, const MTX44 * pM );
MTX44MultScale(MTX44 *, const MTX44 *, const VEC3 *)
|
Scales a matrix. Postmultiplies the input matrix by the scaling matrix. |
MTX44MultScale(MTX44 *, const VEC3 *, const MTX44 *)
|
Scales a matrix. Premultiplies the input matrix by the scaling matrix. |
MTX44MultScale(MTX44 *, const MTX44 *, const VEC3 *)Scales a matrix. Postmultiplies the input matrix by the scaling matrix.
MTX44MultScale(MTX44 *, const VEC3 *, const MTX44 *)Scales a matrix. Premultiplies the input matrix by the scaling matrix.
CONFIDENTIAL