nn::math::MTX44MultScale Function

Syntax

NN_FORCE_INLINE MTX44 * MTX44MultScale(
     MTX44 * pOut,
     const MTX44 * pM,
     const VEC3 * pS
);

NN_FORCE_INLINE MTX44 * MTX44MultScale(
     MTX44 * pOut,
     const VEC3 * pS,
     const MTX44 * pM
);

List of Overloaded Member Functions

MTX44MultScale(MTX44 *, const MTX44 *, const VEC3 *) Scales a matrix. Postmultiplies the input matrix by the scaling vector.
MTX44MultScale(MTX44 *, const VEC3 *, const MTX44 *) Scales a matrix. Premultiplies the input matrix by the scaling vector.

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

Scales a matrix. Postmultiplies the input matrix by the scaling vector.

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

Scales a matrix. Premultiplies the input matrix by the scaling vector.


CONFIDENTIAL