nn::math::MTX34MultScale Function

Syntax

NN_MATH_INLINE MTX34 * MTX34MultScale(
     MTX34 * pOut,
     const MTX34 * pM,
     const VEC3 * pS
);

NN_FORCE_INLINE MTX34 * MTX34MultScale(
     MTX34 * pOut,
     const VEC3 *__restrict pS,
     const MTX34 * pM
);

List of Overloaded Member Functions

MTX34MultScale(MTX34 *, const MTX34 *, const VEC3 *) Scales a matrix. Postmultiplies the input matrix by the scaling matrix.
MTX34MultScale(MTX34 *, const VEC3 *__restrict, const MTX34 *) Scales a matrix. Premultiplies the input matrix by the scaling matrix.

Description of MTX34MultScale(MTX34 *, const MTX34 *, const VEC3 *)

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

Description of MTX34MultScale(MTX34 *, const VEC3 *__restrict, const MTX34 *)

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


CONFIDENTIAL