nn::math::MTX44Translate Function

Syntax

NN_MATH_INLINE MTX44 * MTX44Translate(
     MTX44 * pOut,
     const VEC3 * pT
);

Arguments

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 pT Pointer to the vector that stores the amount of translation along the direction of each axis.

Return Values

Returns pOut.

Description

Creates a translation matrix.


CONFIDENTIAL