nn::math::MTX34Scale Function

Syntax

NN_FORCE_INLINE MTX34 * MTX34Scale(
     MTX34 * pOut,
     const VEC3 * pS
);

Parameters

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 pS Pointer to the vector that stores the scaling value along the direction of each axis.

Return Values

Returns pOut.

Description

Creates a matrix to use for scaling transformations.


CONFIDENTIAL