nn::math::MTX23Scale FunctionNN_MATH_INLINE MTX23 * MTX23Scale( MTX23 * pOut, const MTX23 *__restrict pM, const VEC2 *__restrict pS );
| Name | Description | |
|---|---|---|
| out | pOut | Pointer to the buffer that receives the result of the calculation. It is not a problem if this points to the same matrix as pM. |
| in | pM | Pointer to the input matrix. |
| in | pS | Pointer to the vector that stores the scaling value along the direction of each axis. |
Scales a 2x3 matrix.
CONFIDENTIAL