nn::math::QUATToMTX34 Function

Syntax

NN_FORCE_INLINE MTX34 * QUATToMTX34(
     MTX34 * pOut,
     const QUAT * pQ
);

Parameters

Name Description
out pOut Pointer to the buffer that receives the result of the calculation.
in pQ Pointer to the original quaternion.

Return Values

Returns pOut.

Description

Creates a rotation matrix from a quaternion.


CONFIDENTIAL