nw::math::MTX34DecomposeToColumnScale Function

Syntax

NW_MATH_INLINE VEC3 * MTX34DecomposeToColumnScale(
     VEC3*       pOut,
     const MTX34* pM
);

Arguments

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.

Return Values

Returns pOut.

Description

Gets the scale value from the matrix. Extracts the applied scale from the right.


CONFIDENTIAL