nn::math::MTX34MultScale FunctionNN_FORCE_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 );
MTX34MultScale(MTX34 *, const MTX34 *, const VEC3 *)
|
Scales a matrix. Postmultiplies the input matrix by the scaling vector. |
MTX34MultScale(MTX34 *, const VEC3 *__restrict, const MTX34 *)
|
Scales a matrix. Premultiplies the input matrix by the scaling vector. |
MTX34MultScale(MTX34 *, const MTX34 *, const VEC3 *)Scales a matrix. Postmultiplies the input matrix by the scaling vector.
MTX34MultScale(MTX34 *, const VEC3 *__restrict, const MTX34 *)Scales a matrix. Premultiplies the input matrix by the scaling vector.
CONFIDENTIAL