nw::math::MTX34DecomposeToRowScale Function
NW_MATH_INLINE VEC3 * MTX34DecomposeToRowScale(
VEC3* pOut,
const MTX34* pM
);
| Name | Description | |
|---|---|---|
| out | pOut | Pointer to the buffer that receives the result of the calculation. |
| in | pM | Pointer to the matrix from which scale will be extracted. |
Gets the scale value from the matrix. Extracts the applied scale from the left.
CONFIDENTIAL